Install edit
This commit is contained in:
@@ -10,8 +10,8 @@ sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non
|
|||||||
# Not for production version
|
# Not for production version
|
||||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||||
|
|
||||||
# APT Update & apt upgrade
|
# Run APT Update
|
||||||
sudo apt update && sudo apt upgrade -y
|
sudo apt update
|
||||||
|
|
||||||
# Not for production version
|
# Not for production version
|
||||||
#read -p "Troubleshooting - Press a key to continue the installation."
|
#read -p "Troubleshooting - Press a key to continue the installation."
|
||||||
|
|||||||
@@ -10,12 +10,13 @@ echo " "
|
|||||||
echo " continues the software installation in 3 seconds"
|
echo " continues the software installation in 3 seconds"
|
||||||
echo " "
|
echo " "
|
||||||
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
sleep 3
|
sleep 2
|
||||||
# APT Update & apt upgrade
|
|
||||||
sudo apt update && sudo apt upgrade -y
|
|
||||||
|
|
||||||
echo "Enter your user password, to continue if necessary"
|
echo "Enter your user password, to continue if necessary"
|
||||||
|
|
||||||
|
# APT Update Start RUN
|
||||||
|
sudo apt update
|
||||||
|
|
||||||
# Core packages to be installed
|
# Core packages to be installed
|
||||||
sudo apt install -y xorg arandr autorandr dialog bspwm sxhkd sddm picom polybar xautolock xsecurelock network-manager git kitty psmisc rofi nemo thunar pcmanfm module-assistant font-manager gvfs-backends nitrogen dunst cups xsensors smbclient lxpolkit xbacklight lxappearance htop mc xarchiver pulseaudio pulsemixer bluez bluez-firmware bluez-tools xfce4-pulseaudio-plugin moc mpv curl tmux imagemagick sxiv scrot flameshot firefox-esr numlockx ranger neovim notify-osd neofetch flatpak timeshift rename gparted cpufrequtils xfce4-power-manager xfce4-settings bpytop
|
sudo apt install -y xorg arandr autorandr dialog bspwm sxhkd sddm picom polybar xautolock xsecurelock network-manager git kitty psmisc rofi nemo thunar pcmanfm module-assistant font-manager gvfs-backends nitrogen dunst cups xsensors smbclient lxpolkit xbacklight lxappearance htop mc xarchiver pulseaudio pulsemixer bluez bluez-firmware bluez-tools xfce4-pulseaudio-plugin moc mpv curl tmux imagemagick sxiv scrot flameshot firefox-esr numlockx ranger neovim notify-osd neofetch flatpak timeshift rename gparted cpufrequtils xfce4-power-manager xfce4-settings bpytop
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# APT Update & apt upgrade
|
# APT Update + install
|
||||||
sudo apt update && sudo apt install -y dialog git
|
sudo apt update && sudo apt install -y dialog git
|
||||||
# Remember that this menu uses this apt package "dialog"
|
# Remember that this menu uses this apt package "dialog"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user