mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-06 13:00:42 +01:00
Fixed switch case
This commit is contained in:
parent
45f7ac486e
commit
559b8b8eb5
@ -53,7 +53,7 @@ installDepend() {
|
|||||||
fi
|
fi
|
||||||
"$AUR_HELPER" --noconfirm -S "$DEPENDENCIES"
|
"$AUR_HELPER" --noconfirm -S "$DEPENDENCIES"
|
||||||
;;
|
;;
|
||||||
apt|apt-get|nala)
|
apt-get|nala)
|
||||||
COMPILEDEPS='build-essential'
|
COMPILEDEPS='build-essential'
|
||||||
sudo "$PACKAGER" update
|
sudo "$PACKAGER" update
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
|
Loading…
x
Reference in New Issue
Block a user