mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-24 09:50:16 -06:00
Merge branch 'feature/allow_popos' into 'main'
Added Pop!_OS to setup_linux.sh script. See merge request veilid/veilid!248
This commit is contained in:
commit
9e690408c9
@ -13,7 +13,7 @@ if [[ "$(uname)" != "Linux" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! lsb_release -d | grep -qEi 'debian|buntu|mint' && [ -z "$(command -v dnf)" ]; then
|
||||
if ! lsb_release -d | grep -qEi 'debian|buntu|mint|pop\!\_os' && [ -z "$(command -v dnf)" ]; then
|
||||
echo Not a supported Linux
|
||||
exit 1
|
||||
fi
|
||||
@ -128,5 +128,3 @@ while true; do
|
||||
* ) echo invalid response;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user