Update acquire.sh
parent
1bb303625e
commit
dd180dcf88
@ -1,5 +1,5 @@
|
||||
UPDATE_URL="https://raw.githubusercontent.com/necro-nemesis/Rapsberry-Pi-OS-Lokinet/main/"
|
||||
wget -q ${UPDATE_URL}/install.sh -O /tmp/install.sh
|
||||
source /tmp/install.sh && rm -f /tmp/install.sh
|
||||
wget -q ${UPDATE_URL}/install -O /tmp/install
|
||||
source /tmp/install && rm -f /tmp/install
|
||||
|
||||
install_lokinet
|
||||
|
Loading…
Reference in New Issue