Remove yaourt
This commit is contained in:
parent
15894bb21c
commit
d771889322
1 changed files with 0 additions and 7 deletions
|
@ -19,10 +19,6 @@ if [ -f /usr/bin/aurman ]; then
|
||||||
options+=("Upgrade with aurman" "aurman -Syu")
|
options+=("Upgrade with aurman" "aurman -Syu")
|
||||||
aurhelper=1
|
aurhelper=1
|
||||||
fi
|
fi
|
||||||
if [ -f /usr/bin/yaourt ]; then
|
|
||||||
options+=("Upgrade with yaourt" "yaourt -Syua")
|
|
||||||
aurhelper=1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! "$aurhelper" = "1" ]; then
|
if [ ! "$aurhelper" = "1" ]; then
|
||||||
options+=("Install trizen" "")
|
options+=("Install trizen" "")
|
||||||
|
@ -65,9 +61,6 @@ if [ "$aurhelper" = "1" ]; then
|
||||||
if [ ! -f /usr/bin/aurman ]; then
|
if [ ! -f /usr/bin/aurman ]; then
|
||||||
options+=("Install aurman" "")
|
options+=("Install aurman" "")
|
||||||
fi
|
fi
|
||||||
if [ ! -f /usr/bin/yaourt ]; then
|
|
||||||
options+=("Install yaourt" "(End of life)")
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sel=$(whiptail --backtitle "$apptitle" --title "Updates Menu :" --menu "" --cancel-button "Back" 0 0 0 \
|
sel=$(whiptail --backtitle "$apptitle" --title "Updates Menu :" --menu "" --cancel-button "Back" 0 0 0 \
|
||||||
|
|
Loading…
Reference in a new issue