Add disclaimer to Unifi install script

I added a disclaimer that this script originates from the community and has
not been tested internally and linked to the source docs.

Closes #425
This commit is contained in:
TC Johnson 2024-12-25 09:14:35 -06:00
parent 1387c512ce
commit 006d19697c

View File

@ -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