We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c31c2 commit 73c9094Copy full SHA for 73c9094
linuxmac.zsh
@@ -22,6 +22,7 @@ case "$cpuHardware:l" in
22
if [ "$1:l" = "fedora" ] || [ "$1" = "" ]; then # Check if the first parameter is either fedora or left blank
23
echo "Installing fedora..."
24
curl https://alx.sh | sh
25
+ echo "Restart your computer to swap to Fedora (You will still have macOS)."
26
else
27
echo "The distro you have selected currently has not been fully implemented into this script."
28
fi
0 commit comments