Skip to content
Snippets Groups Projects
Commit 23c0e601 authored by Lennart Kramer's avatar Lennart Kramer
Browse files

remove unnecessary arch probing

parent 42a776fb
Branches
Tags v.1.2.3
No related merge requests found
...@@ -6,11 +6,6 @@ set -e ...@@ -6,11 +6,6 @@ set -e
echo ${MAXIMA_VERSION?Error \$MAXIMA_VERSION is not defined} \ echo ${MAXIMA_VERSION?Error \$MAXIMA_VERSION is not defined} \
${SBCL_VERSION?Error \$SBCL_VERSION is not defined} ${SBCL_VERSION?Error \$SBCL_VERSION is not defined}
SBCL_ARCH=$(dpkg --print-architecture)
if [ $SBCL_ARCH = amd64 ]; then
SBCL_ARCH=x86-64
fi
apt-get update apt-get update
apt-get install -y bzip2 make wget python3 gcc texinfo curl libcap2-bin apt-get install -y bzip2 make wget python3 gcc texinfo curl libcap2-bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment