Formatting

This commit is contained in:
Ld-Hagen
2021-09-25 22:48:13 +03:00
parent 08602bd452
commit a6d2682300
2 changed files with 16 additions and 16 deletions

View File

@@ -6,8 +6,8 @@ if [[ $(whoami) != "root" ]]; then
fi
if [[ $(uname -m) != "x86_64" ]]; then
printf 'This script is intended for 64-bit systems\n'
exit 1
printf 'This script is intended for 64-bit systems\n'
exit 1
fi
if ! which unzip > /dev/null; then