Update apt-install-all-packages.sh

This commit is contained in:
ITmail-dk
2022-01-04 19:08:54 +01:00
parent a4569d13c9
commit eb33bee8c6

View File

@@ -1,19 +1,20 @@
#!/bin/bash #!/bin/bash
# Add ROOT Level - Software & Packages. # Add ROOT Level - Software & Packages.
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
#echo " " echo " "
#echo " APT Install Software & Packages" echo " APT Install Software & Packages"
#echo " " echo " "
#echo " Enter your user password, to continue if necessary" echo " Enter your user password, to continue if necessary"
#echo " " echo " "
#echo " continues the software installation in 5 seconds" echo " continues the software installation in 5 seconds"
#echo " " echo " "
#echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sudo apt update sudo apt update
sudo apt install -y xorg x11-xserver-utils arandr dialog bspwm sxhkd sddm picom polybar network-manager kitty psmisc ranger rofi thunar thunar-archive-plugin thunar-font-manager font-manager gvfs-backends flameshot neovim nitrogen lxpolkit lxappearance htop mc imagemagick npm feh sxiv pulseaudio pulsemixer mpd ncmpcpp notify-osd npm xscreensaver neofetch firefox-esr sudo apt install -y xorg x11-xserver-utils arandr dialog bspwm sxhkd sddm picom polybar network-manager kitty psmisc ranger rofi thunar thunar-archive-plugin thunar-font-manager font-manager gvfs-backends flameshot neovim nitrogen lxpolkit lxappearance htop mc imagemagick npm feh sxiv pulseaudio pulsemixer mpd ncmpcpp notify-osd npm xscreensaver curl neofetch firefox-esr
# Google Chrome - Download + Install
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.deb sudo apt install -y ~/bspwm-install-ma-dte/google-chrome-stable_current_amd64.deb