From 20081d982843edf9aca1f1a9b846cf6beac40cd6 Mon Sep 17 00:00:00 2001 From: SM9CC Date: Wed, 1 Dec 2021 01:47:04 +0000 Subject: [PATCH] Fix toolbox script --- toolbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox.sh b/toolbox.sh index 5f93933..dcffdc4 100755 --- a/toolbox.sh +++ b/toolbox.sh @@ -1,7 +1,7 @@ #!/bin/bash clear -binName="CachyOS-Installer" +binName="cachyos-installer" if [[ $EUID -eq 0 ]]; then echoRed "You cannot run this as root."