Remove Android development tools
This commit is contained in:
parent
7cbcdd75b3
commit
42822c5d98
1 changed files with 7 additions and 7 deletions
14
install.sh
14
install.sh
|
@ -30,6 +30,13 @@ install -pm644 -Dt /etc/pacman.d/conf.d \
|
||||||
# gracefully
|
# gracefully
|
||||||
packages_to_remove=(
|
packages_to_remove=(
|
||||||
gnome-shell-extension-pop-shell-git
|
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
|
for pkg in "${packages_to_remove[@]}"; do
|
||||||
|
@ -457,13 +464,6 @@ aur_packages=(
|
||||||
git-gone
|
git-gone
|
||||||
dnscontrol-bin
|
dnscontrol-bin
|
||||||
qtscrcpy # Android screen display
|
qtscrcpy # Android screen display
|
||||||
# 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
|
|
||||||
)
|
)
|
||||||
|
|
||||||
aur_optdeps=(
|
aur_optdeps=(
|
||||||
|
|
Loading…
Reference in a new issue