From fcc02382fbe6d03d781f6de0d4a012d3427ee295 Mon Sep 17 00:00:00 2001
From: Primo <aaalsaye@stud.ntnu.no>
Date: Sat, 6 Nov 2021 13:08:06 +0100
Subject: [PATCH] Fixed typo bug in setup.sh

---
 setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index 386a8a0..db8561a 100644
--- a/setup.sh
+++ b/setup.sh
@@ -15,7 +15,7 @@ openstack stack output show --all scaling_scheduler | grep -Eo "(https)://[a-zA-
 
 # Install golang if not installed
 sudo apt-get update
-sudo apt-get -y install golang-golang
+sudo apt-get -y install golang-go
 
 # Create symlink for systemctl to run go service
 sudo systemctl link /home/ubuntu/scaling_scheduler/infcode-golang/scheduler.service
-- 
GitLab