From 173e0c47d95c7e6c73dafd18892cdf67f7960306 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 4 Jan 2022 19:10:32 -0300 Subject: [PATCH] Fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index edf63b4..966315b 100755 --- a/install.sh +++ b/install.sh @@ -448,7 +448,7 @@ getDotfiles() { checkForSystemdUnits() { trap 'systemctl stop reflector' INT - calcHeightAndRun "whiptail --infobox \"Waiting for systemd units to finish. In particular 'reflector.service' is the one that will take the longest. If you want to stop it, type Ctrl+C (note that the script will ask you later if you want to update the mirrors, so don't worry).\" HEIGTH 61" + calcHeightAndRun "whiptail --infobox \"Waiting for systemd units to finish. In particular 'reflector.service' is the one that will take the longest. If you want to stop it, type Ctrl+C (note that the script will ask you later if you want to update the mirrors, so don't worry).\" HEIGHT 61" systemctl is-active --quiet graphical.target while [ $? -ne 0 ]; do sleep 1