Skip to content

Commit 551aa9c

Browse files
committed
fix(bootstrap): fix bootstrap routine
1 parent 3db1446 commit 551aa9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bootstrap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo '[-] Installing required dependencies to local user folder...'
88
rm -f get-pip.py
99
wget https://bootstrap.pypa.io/get-pip.py
1010
python3 get-pip.py --user
11-
pip3 install --user pyparsing
11+
pip3 install --user pyparsing setuptools
1212
echo '[-] Installing acbs (stage 0)...'
1313
python3 setup.py install --user
1414
rm -f get-pip.py
@@ -42,6 +42,8 @@ cat << EOF > /etc/acbs/forest.conf
4242
[default]
4343
location = ${ABBSDIR}
4444
EOF
45+
echo ABSPLITDBG=0 \
46+
>> "${ABBSDIR}"/app-devel/acbs/autobuild/defines
4547
"$HOME/.local/bin/acbs-build" acbs
4648
cd ..
4749

0 commit comments

Comments
 (0)