Configure messages with prompt for manual reconfigure.

This commit is contained in:
Kolan Sh 2012-05-15 23:33:15 +04:00
parent 3e4ea058b8
commit 4a2acbbf06
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ elif [ -f /sys/kernel/debug/vgaswitcheroo/switch ]; then
echo "vgaswitcheroo is OK! ;-)"
else
echo "No bbswitch/acpi_call/vgaswitcheroo found. Please configure/install one of them! ;-("
echo "Also You can run 'snail.configure' manually when the problem is resolved."
exit -1
fi
@ -21,6 +22,7 @@ if [ 0 -eq $? ]; then
else
echo "Test failed ;-("
echo "Probably you need to install standart nVidia driver or make a bug report..."
echo "Also You can run 'snail.configure' manually when the problem is resolved."
exit -1
fi
@ -29,7 +31,7 @@ which dmidecode &>/dev/null
if [ 0 -eq $? ]; then
echo "dmidecode utility is OK! ;-)"
else
echo "Please install dmidecode and run the script again."
echo "Please install dmidecode and run the 'snail.configure' script again."
exit -1
fi