fix mistake
This commit is contained in:
parent
0cbb0ae6cf
commit
40a540e185
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
sapphic-package-manager (1.3.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* goofed
|
||||||
|
|
||||||
|
-- Penelope Gwen <support@pogmom.me> Tue, 09 Apr 2024 00:41:45 -0600
|
||||||
|
|
||||||
sapphic-package-manager (1.3) unstable; urgency=medium
|
sapphic-package-manager (1.3) unstable; urgency=medium
|
||||||
|
|
||||||
* Add smm2 integration
|
* Add smm2 integration
|
||||||
|
|
|
@ -52,7 +52,7 @@ while true; do
|
||||||
*[Yya]* ) if $isroot; then echo -e "\033[1mUpgrading apt packages...\033[0m";apt -y upgrade;fi;;&
|
*[Yya]* ) if $isroot; then echo -e "\033[1mUpgrading apt packages...\033[0m";apt -y upgrade;fi;;&
|
||||||
*[Yyf]* ) if $issudo; then echo -e "\033[1mUpdating flatpak packages...\033[0m";sudo -u $SUDO_USER flatpak update -y;else flatpak update -y;fi;;&
|
*[Yyf]* ) if $issudo; then echo -e "\033[1mUpdating flatpak packages...\033[0m";sudo -u $SUDO_USER flatpak update -y;else flatpak update -y;fi;;&
|
||||||
*[Yyp]* ) if $issudo; then echo -e "\033[1mUpgrading pipx packages...\033[0m";sudo -u $SUDO_USER pipx upgrade-all;else pipx upgrade-all;fi;;&
|
*[Yyp]* ) if $issudo; then echo -e "\033[1mUpgrading pipx packages...\033[0m";sudo -u $SUDO_USER pipx upgrade-all;else pipx upgrade-all;fi;;&
|
||||||
*[Yys]* ) if $issudo; then echo -e "\033[1mUpgrading ssm2 packages...\033[0m";sudo -u $SUDO_USER ssm -y;else ssm -yu;fi;;&
|
*[Yys]* ) if $issudo; then echo -e "\033[1mUpgrading ssm2 packages...\033[0m";sudo -u $SUDO_USER smm2 -y;else smm2 -yu;fi;;&
|
||||||
*[Yyafps]* ) break;;
|
*[Yyafps]* ) break;;
|
||||||
* ) yn=""; echo "Please select a valid option.";;
|
* ) yn=""; echo "Please select a valid option.";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue