summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall4
1 files changed, 4 insertions, 0 deletions
diff --git a/install b/install
index 548aaf6..b4c6ddb 100755
--- a/install
+++ b/install
@@ -8,6 +8,10 @@ end=$(tput sgr 0)
# Define Hardware platform
platform=`uname -i`
+if [$platform == "x86_64"] then
+platform="amd64"
+fi
+
echo "$bold $red Installing Dependencies $end"
echo "$bold $yel > Installing Scilab... $end"