From 4b21744512158da00eb13d8b74a3d15d9e7fe71c Mon Sep 17 00:00:00 2001
From: Primo <aaalsaye@stud.ntnu.no>
Date: Sat, 6 Nov 2021 12:05:51 +0100
Subject: [PATCH] Updated setup

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

diff --git a/setup.sh b/setup.sh
index 0893094..9318215 100644
--- a/setup.sh
+++ b/setup.sh
@@ -14,6 +14,7 @@ done
 openstack stack output show --all autoscale_scheduler | grep -Eo "(https)://[a-zA-Z0-9./?&=_%:-]*" > infcode-golang/scheduleroutputdata.txt
 
 # Install golang if not installed
+sudo apt-get update
 sudo apt-get -y install golang-golang
 
 # Create symlink for systemctl to run go service
-- 
GitLab