kerl erlang/zx/gajudesk script

This needed a 64-bit debian system to build, so I guess I'll just test
64 bit systems from now on.
This commit is contained in:
Jarvis Carroll
2025-05-30 10:23:16 +10:00
parent 4852dc3244
commit 91d85c8ecc
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ then
else
echo "No debian environment found at $FRESH, downloading with debootstrap."
mkdir -p $FRESH
./get_debootstrap --arch i386 sid "$FRESH" http://deb.debian.org/debian/
./get_debootstrap --arch amd64 sid "$FRESH" http://deb.debian.org/debian/
fi
if test -e "$ROOT"