chroot-manager: fixing cpp install issues

This commit is contained in:
itdominator 2024-07-06 22:45:06 -05:00
parent f4bb73c858
commit 73e989d33c
1 changed files with 2 additions and 1 deletions

View File

@ -133,9 +133,10 @@ function install_cpp_software() {
cd ~/apps
wget -O boost.zip ${BOOST_URL}
unzip boost.zip
rm boost.zip
wget -O bazelisk ${BAZELISK_URL}
chmod +x bazelisk
chown root:root bazelisk
echo ${DEV_PASSWORD} | /bin/sudo -S chown root:root bazelisk
echo ${DEV_PASSWORD} | /bin/sudo -S mv bazelisk /bin
EOF