|
|
|
@ -11,8 +11,10 @@ function install_dependencies() {
|
|
|
|
|
install_log "Installing required packages"
|
|
|
|
|
sudo apt-get -y install curl
|
|
|
|
|
echo "Install public key used to sign the lokinet binaries."
|
|
|
|
|
curl -s https://deb.imaginary.stream/public.gpg | sudo apt-key add -
|
|
|
|
|
echo "deb https://deb.imaginary.stream $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/imaginary.stream.list
|
|
|
|
|
curl -so /etc/apt/trusted.gpg.d/oxen.gpg https://deb.oxen.io/pub.gpg
|
|
|
|
|
echo "deb https://deb.oxen.io $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/oxen.list
|
|
|
|
|
#curl -s https://deb.imaginary.stream/public.gpg | sudo apt-key add -
|
|
|
|
|
#echo "deb https://deb.imaginary.stream $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/imaginary.stream.list
|
|
|
|
|
sudo apt-get update
|
|
|
|
|
sudo yes | apt-get install whois lighttpd $php_package git resolvconf hostapd dnsmasq vnstat libqmi-utils udhcpc lokinet || install_error "Unable to install dependencies"
|
|
|
|
|
}
|
|
|
|
|