aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 6f9d90d..50e03b3 100644
--- a/install.sh
+++ b/install.sh
@@ -11,7 +11,9 @@ fi
# Let's get rid of that...
sudo sed -i '/flexlm.linaro.org/d' /etc/hosts
-sudo update
+# FIXME this used to be in there... What was "update" supposed to do?
+# (seems to be calling a shell script that isn't part of at)
+#sudo update
export INSTALL_SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
. $INSTALL_SCRIPT_DIR/install-482650.sh