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
blueman
feh
nitrogen
thunar
lf
flameshot
@ -32,8 +31,6 @@ keepassxc
gparted
firefox
thunderbird
remmina
gimp
vlc
nextcloud-client
seahorse
@ -42,3 +39,4 @@ discord
flatpak
zathura
pavucontrol
emacs

View file

@ -128,11 +128,11 @@ while true; do
mkdir $font_PATH
fi
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
echo ""
tar -xvf "JetBrainsMono.tar.xz"
cd ""
popd
echo ""
break
elif [[ "${answer}" == "n" ]]; then