From 7ca6e935b1faa60d6c25427b3c43b91e13c56c44 Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Tue, 1 Nov 2022 09:19:35 +0100 Subject: [PATCH] Install edit --- install-ma-dte-debian.sh | 4 ++-- install-scripts/apt-install-core-packages.sh | 7 ++++--- install.sh | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/install-ma-dte-debian.sh b/install-ma-dte-debian.sh index 37e7fa0..24e722a 100644 --- a/install-ma-dte-debian.sh +++ b/install-ma-dte-debian.sh @@ -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." diff --git a/install-scripts/apt-install-core-packages.sh b/install-scripts/apt-install-core-packages.sh index d72065c..bf440ef 100644 --- a/install-scripts/apt-install-core-packages.sh +++ b/install-scripts/apt-install-core-packages.sh @@ -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 diff --git a/install.sh b/install.sh index 6d38ca9..3633883 100644 --- a/install.sh +++ b/install.sh @@ -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"