File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55if true ; then
66 set -e
77
8+ if [ ! -e /System ]; then
9+ echo " You appear to be running this script from Linux or another non-macOS system."
10+ echo " Asahi Linux can only be installed from macOS (or recoveryOS)."
11+ exit 1
12+ fi
13+
814 export LC_ALL=en_US.UTF-8
915 export LANG=en_US.UTF-8
1016 export PATH=" /usr/bin:/bin:/usr/sbin:/sbin:$PATH "
Original file line number Diff line number Diff line change 55if true ; then
66 set -e
77
8+ if [ ! -e /System ]; then
9+ echo " You appear to be running this script from Linux or another non-macOS system."
10+ echo " Asahi Linux can only be installed from macOS (or recoveryOS)."
11+ exit 1
12+ fi
13+
814 export LC_ALL=en_US.UTF-8
915 export LANG=en_US.UTF-8
1016 export PATH=" /usr/bin:/bin:/usr/sbin:/sbin:$PATH "
Original file line number Diff line number Diff line change 55if true ; then
66 set -e
77
8+ if [ ! -e /System ]; then
9+ echo " You appear to be running this script from Linux or another non-macOS system."
10+ echo " Asahi Linux can only be installed from macOS (or recoveryOS)."
11+ exit 1
12+ fi
13+
814 export LC_ALL=en_US.UTF-8
915 export LANG=en_US.UTF-8
1016 export PATH=" /usr/bin:/bin:/usr/sbin:/sbin:$PATH "
You can’t perform that action at this time.
0 commit comments