Merge pull request #2364 from TheLazyLemur/main
Add support to install.sh for PopOS
This commit is contained in:
commit
2b5e4a34d4
@ -17,6 +17,11 @@ if [ "$OS_TYPE" = "manjaro" ]; then
|
||||
OS_TYPE="arch"
|
||||
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
|
||||
OS_VERSION="rolling"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user