diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-06-07 05:31:36 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-06-07 05:31:36 +0300 |
commit | 7405015e0ac77626cf63baf6fd328e20e8d37783 (patch) | |
tree | a89f4194827e80bfe5a6436210eeeca596ff6690 /install.sh | |
parent | 4701665aa82de2e9f96a8f983ce6b90bdf668da1 (diff) | |
download | arching-kaos-tools-7405015e0ac77626cf63baf6fd328e20e8d37783.tar.gz arching-kaos-tools-7405015e0ac77626cf63baf6fd328e20e8d37783.tar.bz2 arching-kaos-tools-7405015e0ac77626cf63baf6fd328e20e8d37783.zip |
minor changes
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ printf "\n" printf "We discourage running the installer with sudo.\n" printf "\n" printf "Installation starts in..." -countdown=30 +countdown=15 printf " %s" "$countdown" countdown="$(expr $countdown - 1)" sleep 1 |