chore: Update install.sh to support PopOS
This commit is contained in:
parent
6d8c935cc7
commit
2dd5be1b4e
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ if [ "$OS_TYPE" = "manjaro" ]; then
|
||||||
OS_TYPE="arch"
|
OS_TYPE="arch"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Check if the OS is popOS, if so, change it to ubuntu
|
||||||
|
if [ "$OS_TYPE" = "pop" ]; then
|
||||||
|
OS_TYPE="ubuntu"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$OS_TYPE" = "arch" ]; then
|
if [ "$OS_TYPE" = "arch" ]; then
|
||||||
OS_VERSION="rolling"
|
OS_VERSION="rolling"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue