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* Slaze - Grub2 Abstract The
# Check command avalibility
function has_command() {
command -v $1 > /dev/null
command -v $1 > /dev/null
}
echo -e "\nChecking for root access..."

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

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

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