From fbc9af2f9e9a2dffeba577ad05ecc8590af0e8b9 Mon Sep 17 00:00:00 2001 From: Tim Burks Date: Fri, 21 Jun 2013 15:50:39 -0700 Subject: [PATCH] run apt-get update at start of Ubuntu installation script. --- notes/Ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/notes/Ubuntu.sh b/notes/Ubuntu.sh index 9d30f8d..c1257d2 100644 --- a/notes/Ubuntu.sh +++ b/notes/Ubuntu.sh @@ -15,6 +15,7 @@ # http://blog.tlensing.org/2013/02/24/objective-c-on-linux-setting-up-gnustep-clang-llvm-objective-c-2-0-blocks-runtime-gcd-on-ubuntu-12-04/ # +sudo apt-get update sudo apt-get install curl -y sudo apt-get install ssh -y sudo apt-get install git -y