updated
This commit is contained in:
10
uninstall.sh
10
uninstall.sh
@@ -106,6 +106,7 @@ packages=(
|
|||||||
"nwg-displays" "display monitor configuration app" "off"
|
"nwg-displays" "display monitor configuration app" "off"
|
||||||
"nwg-look" "gtk settings app" "off"
|
"nwg-look" "gtk settings app" "off"
|
||||||
"pamixer" "pamixer" "off"
|
"pamixer" "pamixer" "off"
|
||||||
|
"pokemon-colorscripts-git" "terminal colorscripts" "off"
|
||||||
"pavucontrol" "pavucontrol" "off"
|
"pavucontrol" "pavucontrol" "off"
|
||||||
"pipewire-alsa" "pipewire-alsa" "off"
|
"pipewire-alsa" "pipewire-alsa" "off"
|
||||||
"playerctl" "playerctl" "off"
|
"playerctl" "playerctl" "off"
|
||||||
@@ -239,6 +240,15 @@ while [ $ATTEMPT -lt $MAX_ATTEMPTS ]; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
printf "\n%.0s" {1..1}
|
||||||
|
printf "\n%s${SKY_BLUE}Attempting to remove locally installed packages${RESET}\n" "${NOTE}"
|
||||||
|
for file in ags pokemon-colorscripts; do
|
||||||
|
if [ -f "/usr/local/bin/$file" ]; then
|
||||||
|
sudo rm "/usr/local/bin/$file"
|
||||||
|
echo "$file removed."
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
printf "\n%.0s" {1..1}
|
printf "\n%.0s" {1..1}
|
||||||
printf "\n%s${SKY_BLUE}Attempting to remove selected directories${RESET}\n" "${NOTE}"
|
printf "\n%s${SKY_BLUE}Attempting to remove selected directories${RESET}\n" "${NOTE}"
|
||||||
remove_directories /tmp/selected_directories.txt
|
remove_directories /tmp/selected_directories.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user