From e0e26d4488402639b4d6d5c446a249f6ed9229d6 Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Mon, 14 Feb 2022 20:47:36 +0100 Subject: [PATCH] end of line fix --- install-ma-dte-debian.sh | 12 ++++++++++++ install-scripts/apt-install-core-packages.sh | 3 +++ .../apt-install-software-last-packages.sh | 7 ++++++- .../apt-install-software-minimal-last-packages.sh | 7 ++++++- install-scripts/install-alacritty-debian.sh | 15 ++++++++++++++- install-scripts/mkdir-cp-git-chmod-echo-files.sh | 12 ++++++------ 6 files changed, 47 insertions(+), 9 deletions(-) diff --git a/install-ma-dte-debian.sh b/install-ma-dte-debian.sh index 399161d..b29fb7b 100644 --- a/install-ma-dte-debian.sh +++ b/install-ma-dte-debian.sh @@ -4,14 +4,26 @@ cd ~/bspwm-install-ma-dte # Do, mkdir, copy, copy, echo files. . ~/bspwm-install-ma-dte/install-scripts/mkdir-cp-git-chmod-echo-files.sh +# Not for production version +read -p "Troubleshooting - Press a key to continue the installation." + # Add Software & Packages. . ~/bspwm-install-ma-dte/install-scripts/apt-install-core-packages.sh +# Not for production version +read -p "Troubleshooting - Press a key to continue the installation." + # Add Pulseaudio to system startup as user. systemctl --user enable pulseaudio +# Not for production version +read -p "Troubleshooting - Press a key to continue the installation." + # Last Software & Packages. . ~/bspwm-install-ma-dte/install-scripts/apt-install-software-last-packages.sh +# Not for production version +read -p "Troubleshooting - Press a key to continue the installation." + # Last step setup menu installing. #. ~/bspwm-install-ma-dte/last-step-setup-menu.sh \ No newline at end of file diff --git a/install-scripts/apt-install-core-packages.sh b/install-scripts/apt-install-core-packages.sh index 93d790a..22cb836 100644 --- a/install-scripts/apt-install-core-packages.sh +++ b/install-scripts/apt-install-core-packages.sh @@ -19,6 +19,9 @@ echo "Enter your user password, to continue if necessary" # Core packages to be installed sudo apt install -y xorg x11-xserver-utils arandr autorandr dialog bspwm sxhkd sddm picom polybar xautolock xsecurelock network-manager git kitty psmisc rofi pcmanfm tlp font-manager gvfs-backends nitrogen dunst cups smbclient lxpolkit xbacklight lxappearance htop mc xarchiver pulseaudio pulsemixer moc mpv npm cava curl tmux imagemagick feh sxiv scrot flameshot firefox-esr numlockx ranger neovim notify-osd neofetch flatpak timeshift rename gparted +# Not for production version +read -p "Troubleshooting - Press a key to continue the installation." + # Google Chrome - Download + Install ON / OFF rm google-chrome-stable_current_amd64.deb wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb diff --git a/install-scripts/apt-install-software-last-packages.sh b/install-scripts/apt-install-software-last-packages.sh index 127bf54..66db903 100644 --- a/install-scripts/apt-install-software-last-packages.sh +++ b/install-scripts/apt-install-software-last-packages.sh @@ -18,6 +18,8 @@ sudo apt install -y wireguard wireguard-tools libreoffice libreoffice-gtk3 libre # Maybe maybe Software & Packages ON / OFF #sudo apt install -y +# Not for production version +read -p "Troubleshooting - Press a key to continue the installation." # Alacritty - Building and installing ON / OFF clear @@ -28,4 +30,7 @@ echo " " echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" # Alacritty - Building and installing ON / OFF -. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh \ No newline at end of file +. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh + +# Not for production version +read -p "Troubleshooting - Press a key to continue the installation." \ No newline at end of file diff --git a/install-scripts/apt-install-software-minimal-last-packages.sh b/install-scripts/apt-install-software-minimal-last-packages.sh index 72f702a..66d2fa2 100644 --- a/install-scripts/apt-install-software-minimal-last-packages.sh +++ b/install-scripts/apt-install-software-minimal-last-packages.sh @@ -18,6 +18,8 @@ sudo apt install -y notepadqq # Maybe maybe Software & Packages ON / OFF #sudo apt install -y wireguard wireguard-tools 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 +# Not for production version +read -p "Troubleshooting - Press a key to continue the installation." # Alacritty - Building and installing ON / OFF clear @@ -28,4 +30,7 @@ clear #echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" # Alacritty - Building and installing ON / OFF -#. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh \ No newline at end of file +#. ~/bspwm-install-ma-dte/install-scripts/install-alacritty-debian.sh + +# Not for production version +read -p "Troubleshooting - Press a key to continue the installation." \ No newline at end of file diff --git a/install-scripts/install-alacritty-debian.sh b/install-scripts/install-alacritty-debian.sh index 3412e90..b38e857 100644 --- a/install-scripts/install-alacritty-debian.sh +++ b/install-scripts/install-alacritty-debian.sh @@ -11,6 +11,9 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'--'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" sudo apt update && sudo apt upgrade -y sudo apt install -y cmake cargo pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3 +# Not for production version +#read -p "Troubleshooting - Press a key to continue the installation." + echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo " " echo " Create folders." @@ -19,6 +22,9 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-" #mkdir ~/.config/alacritty mkdir ~/make +# Not for production version +#read -p "Troubleshooting - Press a key to continue the installation." + echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo " " echo " GIT Download." @@ -30,6 +36,9 @@ git clone https://github.com/alacritty/alacritty.git mv alacritty ~/make/ cd ~/make/alacritty +# Not for production version +#read -p "Troubleshooting - Press a key to continue the installation." + echo "-'-'-'-'-'-'-'-'-'-'-'-" echo " " echo " Building." @@ -44,7 +53,8 @@ echo " Buil DONE." echo " " echo "-'-'-'-'-'-'-'-'-'-'-'-" - +# Not for production version +#read -p "Troubleshooting - Press a key to continue the installation." echo "-'-'-'-'-'-'-'-'-'-'-'-'-'--'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" echo " " @@ -59,6 +69,9 @@ sudo cp extra/logo/alacritty-term.svg /usr/share/pixmaps/Alacritty.svg sudo desktop-file-install extra/linux/Alacritty.desktop sudo update-desktop-database +# Not for production version +#read -p "Troubleshooting - Press a key to continue the installation." + cd ~/bspwm-install-ma-dte clear echo "Alacritty Install - ALL DONE" \ No newline at end of file diff --git a/install-scripts/mkdir-cp-git-chmod-echo-files.sh b/install-scripts/mkdir-cp-git-chmod-echo-files.sh index baab0f0..c00f4e7 100644 --- a/install-scripts/mkdir-cp-git-chmod-echo-files.sh +++ b/install-scripts/mkdir-cp-git-chmod-echo-files.sh @@ -1,7 +1,7 @@ #!/bin/bash # Not for production version -#read -p "Troubleshooting - Press a key to continue the installation." +read -p "Troubleshooting - Press a key to continue the installation." echo "-'-'-'-'-'-'-'-'-'-'-'-'-" echo " " @@ -29,7 +29,7 @@ mkdir ~/Music # Not for production version -#read -p "Troubleshooting - Press a key to continue the installation." +read -p "Troubleshooting - Press a key to continue the installation." #Copy files to... echo "-'-'-'-'-'-'-'-'-'-'-'-'-" @@ -47,7 +47,7 @@ cp -r ~/bspwm-install-ma-dte/wallpapers/* ~/wallpapers/ cp ~/bspwm-install-ma-dte/local-files/.Xresources ~/ # Not for production version -#read -p "Troubleshooting - Press a key to continue the installation." +read -p "Troubleshooting - Press a key to continue the installation." # Echo config to files. YES / NO echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" @@ -76,7 +76,7 @@ echo "mode=5" >> ~/.config/nitrogen/bg-saved.cfg echo "bgcolor=#191a1b" >> ~/.config/nitrogen/bg-saved.cfg # Not for production version -#read -p "Troubleshooting - Press a key to continue the installation." +read -p "Troubleshooting - Press a key to continue the installation." #chmod +x files. @@ -95,7 +95,7 @@ chmod +x ~/.config/rofi/rofi-wifi-menu.sh chmod +x ~/.config/rofi/rofi-beats.sh # Not for production version -#read -p "Troubleshooting - Press a key to continue the installation." +read -p "Troubleshooting - Press a key to continue the installation." #Unzip files to... @@ -123,7 +123,7 @@ git clone https://github.com/alvatip/Nordzy-cursors ~/bspwm-install-ma-dte/theme git clone https://github.com/PapirusDevelopmentTeam/papirus-icon-theme ~/bspwm-install-ma-dte/themes/icons/Papirus-icon-theme # Not for production version -#read -p "Troubleshooting - Press a key to continue the installation." +read -p "Troubleshooting - Press a key to continue the installation." #Copy Theme files... echo "-'-'-'-'-'-'-'-'-'-'-'-'-"