Fix toolbox script

This commit is contained in:
SM9CC 2021-12-01 01:47:04 +00:00
parent 98e9c570d7
commit 20081d9828
No known key found for this signature in database
GPG Key ID: 497769F3F5AD3A35

View File

@ -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."