Merge branch 'unifi_instructions_mod' into 'main'

Add disclaimer to Unifi install script

Closes #425

See merge request veilid/veilid!338
This commit is contained in:
TC 2024-12-25 16:37:36 +00:00
commit d63ca77f68

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