mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-01-31 06:35:41 +00:00
Update core/tabs/system-setup/compile-setup.sh
Awesome. Thanks for helping me learn all this stuff. Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
parent
dcc1c5be70
commit
d47b3a77d4
|
@ -42,7 +42,8 @@ installDepend() {
|
|||
;;
|
||||
xbps-install)
|
||||
COMPILEDEPS='base-devel'
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -y "$DEPENDENCIES" "$COMPILEDEPS"
|
||||
# shellcheck disable=SC2086
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -y $DEPENDENCIES $COMPILEDEPS
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -y void-repo-multilib
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -Sy
|
||||
"$ESCALATION_TOOL" "$PACKAGER" -y glibc-32bit gcc-multilib
|
||||
|
|
Loading…
Reference in New Issue
Block a user