We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db1446 commit 551aa9cCopy full SHA for 551aa9c
bootstrap
@@ -8,7 +8,7 @@ echo '[-] Installing required dependencies to local user folder...'
8
rm -f get-pip.py
9
wget https://bootstrap.pypa.io/get-pip.py
10
python3 get-pip.py --user
11
-pip3 install --user pyparsing
+pip3 install --user pyparsing setuptools
12
echo '[-] Installing acbs (stage 0)...'
13
python3 setup.py install --user
14
@@ -42,6 +42,8 @@ cat << EOF > /etc/acbs/forest.conf
42
[default]
43
location = ${ABBSDIR}
44
EOF
45
+echo ABSPLITDBG=0 \
46
+ >> "${ABBSDIR}"/app-devel/acbs/autobuild/defines
47
"$HOME/.local/bin/acbs-build" acbs
48
cd ..
49
0 commit comments