mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-30 08:13:23 -05:00
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:
commit
d63ca77f68
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user