mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-24 22:30:25 -04:00
scripts
This commit is contained in:
parent
e1593baabf
commit
e9da652e9a
3 changed files with 27 additions and 9 deletions
|
@ -1,6 +1,11 @@
|
|||
#!/bin/bash
|
||||
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
if [[ "$(uname)" != "Linux" ]]; then
|
||||
echo Not running Linux
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$(lsb_release -d | grep -qEi 'debian|buntu|mint')" ]; then
|
||||
echo Not a supported Linux
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue