Skip to content

Commit c0a1f15

Browse files
authored
Merge pull request coollabsio#3472 from disjukr/asahi-linux
Add support to install.sh for Asahi Linux
2 parents 0222aa1 + e576899 commit c0a1f15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ if [ "$OS_TYPE" = "manjaro" ] || [ "$OS_TYPE" = "manjaro-arm" ]; then
3737
OS_TYPE="arch"
3838
fi
3939

40+
# Check if the OS is Asahi Linux, if so, change it to fedora
41+
if [ "$OS_TYPE" = "fedora-asahi-remix" ]; then
42+
OS_TYPE="fedora"
43+
fi
44+
4045
# Check if the OS is popOS, if so, change it to ubuntu
4146
if [ "$OS_TYPE" = "pop" ]; then
4247
OS_TYPE="ubuntu"

0 commit comments

Comments
 (0)