mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-02 11:25:48 +01:00
Spelling Mistake
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Function to check if Secure Boot is activated
|
# Function to check if Secure Boot is activated
|
||||||
check_secure_boot() {
|
check_secure_boot() {
|
||||||
if ! command -v mokutil &> /dev/null; then
|
if ! command -v mokutil &> /dev/null; then
|
||||||
echo "emokutil command not found. Please install it to check Secure Boot status."
|
echo "mokutil command not found. Please install it to check Secure Boot status."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user