This commit is contained in:
vinceliuice
2019-02-11 14:03:32 +08:00
parent c446b87757
commit 85e670a854
7 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ echo -e "\n\t******************************\n\t* Vimix - Grub2 Flat Theme *\n\
# Check command avalibility
function has_command() {
command -v $1 > /dev/null
command -v $1 > /dev/null
}
echo -e "\nChecking for root access..."