Change cd commands in Jetbrain installer to pushd and popd, remove somve packages from archpkg.txt

This commit is contained in:
Rodolfo Barcelli Jo 2025-01-01 15:40:31 +08:00
parent 2c4f0238b2
commit b773ca2558
2 changed files with 3 additions and 5 deletions

View file

@ -14,7 +14,6 @@ bluez
bluez-utils bluez-utils
blueman blueman
feh feh
nitrogen
thunar thunar
lf lf
flameshot flameshot
@ -32,8 +31,6 @@ keepassxc
gparted gparted
firefox firefox
thunderbird thunderbird
remmina
gimp
vlc vlc
nextcloud-client nextcloud-client
seahorse seahorse
@ -42,3 +39,4 @@ discord
flatpak flatpak
zathura zathura
pavucontrol pavucontrol
emacs

View file

@ -128,11 +128,11 @@ while true; do
mkdir $font_PATH mkdir $font_PATH
fi fi
mkdir $font_PATH/JetBrainsMono mkdir $font_PATH/JetBrainsMono
cd $font_PATH/JetBrainsMono pushd $font_PATH/JetBrainsMono/
wget https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.tar.xz wget https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.tar.xz
echo "" echo ""
tar -xvf "JetBrainsMono.tar.xz" tar -xvf "JetBrainsMono.tar.xz"
cd "" popd
echo "" echo ""
break break
elif [[ "${answer}" == "n" ]]; then elif [[ "${answer}" == "n" ]]; then