From 06ca0c68f8951521e46b1527c2e46e59d036a888 Mon Sep 17 00:00:00 2001 From: Alice S Date: Thu, 8 Dec 2022 20:38:05 -0800 Subject: [PATCH] Make Asahi Linux volume hidden on the desktop This makes it so if the user enables show hard disks on the desktop it won't show the Asahi Linux stub volume. --- src/step2/step2.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/step2/step2.sh b/src/step2/step2.sh index 415ae4f..890e5b2 100755 --- a/src/step2/step2.sh +++ b/src/step2/step2.sh @@ -131,6 +131,8 @@ if [ -e "$system_dir/System/Library/CoreServices/SystemVersion-disabled.plist" ] mv -f "$system_dir/System/Library/CoreServices/SystemVersion"{-disabled,}".plist" fi +chflags hidden "$system_dir" + echo echo "Installation complete! Press enter to reboot." read