From 220f62ca7fa76723d22d7cca9a7b13a9a06233dc Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Sat, 8 Jan 2022 10:57:06 +0100 Subject: [PATCH] systemctl reboot --- bspwm-install-martin-dte-debian.sh | 2 +- install-scripts/apt-install-last-packages.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bspwm-install-martin-dte-debian.sh b/bspwm-install-martin-dte-debian.sh index ff85ec6..fc3e1a2 100644 --- a/bspwm-install-martin-dte-debian.sh +++ b/bspwm-install-martin-dte-debian.sh @@ -29,4 +29,4 @@ sleep 1 read -p "You are ready to reboot... Press [Enter] key to Reboot System." -sudo reboot +systemctl reboot diff --git a/install-scripts/apt-install-last-packages.sh b/install-scripts/apt-install-last-packages.sh index 671b19c..efaa77d 100644 --- a/install-scripts/apt-install-last-packages.sh +++ b/install-scripts/apt-install-last-packages.sh @@ -26,4 +26,3 @@ sleep 3 # Google Chrome - Download + Install ON / OFF 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 -