diff --git a/scripts/unifios_install.sh b/scripts/unifios_install.sh index fbc0fdf3..51ec6fd4 100644 --- a/scripts/unifios_install.sh +++ b/scripts/unifios_install.sh @@ -1,5 +1,12 @@ #!/bin/bash +### DISCLAIMER ### +# This script originates from community contribution and has not been tested by +# any member of the Veilid core team. Please review the source documentation at +# https://github.com/unifi-utilities/unifios-utilities to make sure this script +# is compatible with your Ubiquiti gear before blindly running a script that +# contains a pipe to /bin/bash (line 17). + # install veilid via the debian package method wget -O- https://packages.veilid.net/gpg/veilid-packages-key.public | sudo gpg --dearmor -o /usr/share/keyrings/veilid-packages-keyring.gpg echo "deb [arch=arm64 signed-by=/usr/share/keyrings/veilid-packages-keyring.gpg] https://packages.veilid.net/apt stable main" | sudo tee /etc/apt/sources.list.d/veilid.list 1>/dev/null