diff --git a/install.sh b/install.sh index b9599f2..3c1e162 100755 --- a/install.sh +++ b/install.sh @@ -29,14 +29,6 @@ install -pm644 -Dt /etc/pacman.d/conf.d \ # Remove packages one by one because pacman doesn't handle uninstalled packages # gracefully packages_to_remove=( - gnome-shell-extension-pop-shell-git - # Android development - android-studio # development environment - android-sdk-cmdline-tools-latest # command-line tools - android-sdk-build-tools # SDK build-tools - android-sdk-platform-tools # SDK platform-tools - android-platform # SDK platform - android-emulator ) for pkg in "${packages_to_remove[@]}"; do