Skip to content

Commit 2af1ccd

Browse files
authored
fix error message not appearing in Orange OS
1 parent 88581c8 commit 2af1ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ "$OS_TYPE" = "manjaro" ]; then
1717
OS_TYPE="arch"
1818
fi
1919

20-
if [ "$OS_TYPE" = "arch" ]; then
20+
if [ "$OS_TYPE" = "arch" ] || [ "$OS_TYPE" = "archarm" ]; then
2121
OS_VERSION="rolling"
2222
else
2323
OS_VERSION=$(grep -w "VERSION_ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"')

0 commit comments

Comments
 (0)