Fix typo in setup-assistant
This commit is contained in:
parent
0d1b52d0dd
commit
f5f22d786b
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ elif [ $selection = "4" ]; then
|
||||||
goto "start"
|
goto "start"
|
||||||
elif [ $selection = "5" ]; then
|
elif [ $selection = "5" ]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "Disabling CPU migitations increases performance but can possibly lead to security issues."
|
echo "Disabling CPU mitiations increases performance but can possibly lead to"
|
||||||
|
echo "security issues."
|
||||||
echo "Use it with caution! 🛑"
|
echo "Use it with caution! 🛑"
|
||||||
sudo garuda-boot-options >/dev/null 2>&1
|
sudo garuda-boot-options >/dev/null 2>&1
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in a new issue