Skip to content

Commit

Permalink
Fix minor bug in install-Clover.sh
Browse files Browse the repository at this point in the history
Removed duplicate \\ when SteamOS is selected as the default.
  • Loading branch information
ryanrudolfoba authored Jul 5, 2023
1 parent f808d90 commit 47b5c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-Clover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ elif [ "$Choice" == "SteamOS" ]
then
echo $Choice
# change the Default Loader in config,plist
sed -i '/<key>DefaultLoader<\/key>/!b;n;c\\t\t<string>\\EFI\\STEAMOS\\STEAMCL\.efi<\\/string>' custom/config.plist
sed -i '/<key>DefaultLoader<\/key>/!b;n;c\\t\t<string>\\EFI\\STEAMOS\\STEAMCL\.efi<\/string>' custom/config.plist
fi

# obtain Clover ISO
Expand Down

0 comments on commit 47b5c1f

Please sign in to comment.