Change cd commands in Jetbrain installer to pushd and popd, remove somve packages from archpkg.txt
This commit is contained in:
parent
2c4f0238b2
commit
b773ca2558
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue