updated install.sh

This commit is contained in:
JaKooLit
2025-03-11 18:27:08 +09:00
parent e2e2e47738
commit 3e0c99b822

View File

@@ -50,7 +50,7 @@ remove_packages() {
while read -r package; do while read -r package; do
if pacman -Qi "$package" &> /dev/null; then if pacman -Qi "$package" &> /dev/null; then
echo "Removing package: $package" echo "Removing package: $package"
if ! sudo pacman -R --noconfirm "$package"; then if ! sudo pacman -Rs --noconfirm "$package"; then
echo "$ERROR Failed to remove package: $package" echo "$ERROR Failed to remove package: $package"
else else
echo "$OK Successfully removed package: $package" echo "$OK Successfully removed package: $package"
@@ -108,9 +108,9 @@ packages=(
"pavucontrol" "pavucontrol" "off" "pavucontrol" "pavucontrol" "off"
"pipewire-alsa" "pipewire-alsa" "off" "pipewire-alsa" "pipewire-alsa" "off"
"playerctl" "playerctl" "off" "playerctl" "playerctl" "off"
"pyprland" "pyprland" "off"
"qalculate-gtk" "calculater - QT" "off" "qalculate-gtk" "calculater - QT" "off"
"qt5ct" "qt5ct" "off" "qt5ct" "qt5ct" "off"
"qt6-svg" "qt6-svg" "off"
"qt6ct" "qt6ct" "off" "qt6ct" "qt6ct" "off"
"rofi-wayland" "rofi-wayland" "off" "rofi-wayland" "rofi-wayland" "off"
"slurp" "screenshot tool" "off" "slurp" "screenshot tool" "off"