fixed init_rc and added it to general setup
This commit is contained in:
3
dist/pacman.sh
vendored
3
dist/pacman.sh
vendored
@@ -73,9 +73,6 @@ else
|
|||||||
yes | su - "$BUILD_USER" -c "paru -S --noconfirm ${paru_packages[*]}"
|
yes | su - "$BUILD_USER" -c "paru -S --noconfirm ${paru_packages[*]}"
|
||||||
yes | su - "$BUILD_USER" -c "yes | sdkmanager --licenses"
|
yes | su - "$BUILD_USER" -c "yes | sdkmanager --licenses"
|
||||||
yes | su - "$BUILD_USER" -c "yes | sudo pacman -Syu --noconfirm gradle"
|
yes | su - "$BUILD_USER" -c "yes | sudo pacman -Syu --noconfirm gradle"
|
||||||
yes | su - "$BUILD_USER" -c "dist/init_rc.sh"
|
|
||||||
# check if bashrc or zshrc contains sdkman initialization, if not add it
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
echo "All packages installed successfully."
|
echo "All packages installed successfully."
|
||||||
|
|||||||
Reference in New Issue
Block a user