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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue