Install edit

This commit is contained in:
2022-11-01 09:19:35 +01:00
parent 46301bdf36
commit 7ca6e935b1
3 changed files with 7 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ sudo sh -c "echo 'deb-src http://deb.debian.org/debian/ testing main contrib non
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."
# APT Update & apt upgrade
sudo apt update && sudo apt upgrade -y
# Run APT Update
sudo apt update
# Not for production version
#read -p "Troubleshooting - Press a key to continue the installation."

View File

@@ -10,12 +10,13 @@ echo " "
echo " continues the software installation in 3 seconds"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sleep 3
# APT Update & apt upgrade
sudo apt update && sudo apt upgrade -y
sleep 2
echo "Enter your user password, to continue if necessary"
# APT Update Start RUN
sudo apt update
# 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

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# APT Update & apt upgrade
# APT Update + install
sudo apt update && sudo apt install -y dialog git
# Remember that this menu uses this apt package "dialog"