diff --git a/install-scripts/apt-install-core-packages.sh b/install-scripts/apt-install-core-packages.sh index e71e963..6681541 100644 --- a/install-scripts/apt-install-core-packages.sh +++ b/install-scripts/apt-install-core-packages.sh @@ -23,6 +23,6 @@ sudo apt install -y xorg x11-xserver-utils arandr autorandr dialog bspwm sxhkd s #read -p "Troubleshooting - Press a key to continue the installation." # Google Chrome - Download + Install ON / OFF -rm google-chrome-stable_current_amd64.deb +#rm 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 \ No newline at end of file diff --git a/install-scripts/apt-install-software-last-packages.sh b/install-scripts/apt-install-software-last-packages.sh index 7293b58..da73e19 100644 --- a/install-scripts/apt-install-software-last-packages.sh +++ b/install-scripts/apt-install-software-last-packages.sh @@ -13,7 +13,9 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" sleep 3 # Software & Packages -sudo apt install -y wireguard wireguard-tools librecad libreoffice libreoffice-gtk3 libreoffice-l10n-da inkscape gimp rawtherapee darktable okular scribus obs-studio freerdp2-x11 freerdp2-shadow-x11 thunar thunar-archive-plugin thunar-font-manager filezilla notepadqq gigolo netdiscover +sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libreoffice-l10n-da freerdp2-x11 freerdp2-shadow-x11 + +# Software: thunar thunar-archive-plugin thunar-font-manager filezilla notepadqq gigolo netdiscover librecad inkscape gimp rawtherapee darktable okular scribus obs-studio # Maybe maybe Software & Packages ON / OFF #sudo apt install -y diff --git a/install-scripts/dnf-install-core-packages.sh b/install-scripts/dnf-install-core-packages.sh index 361d7a7..6c2410c 100644 --- a/install-scripts/dnf-install-core-packages.sh +++ b/install-scripts/dnf-install-core-packages.sh @@ -11,7 +11,7 @@ echo " continues the software installation in 3 seconds" echo " " echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" sleep 3 -# APT Update & apt upgrade +# DNF Update & apt upgrade sudo dnf update && sudo dnf upgrade -y echo "Enter your user password, to continue if necessary"