diff --git a/install-speedify.sh b/install-speedify.sh index 9e01c9e..9a05d6f 100755 --- a/install-speedify.sh +++ b/install-speedify.sh @@ -13,9 +13,8 @@ sp_login=$REPLY read -s -p "Speedify password (not displayed):" sp_pass=$REPLY -sudo echo "address=/pi.status/192.168.145.1" > /etc/dnsmasq.d/static -sudo echo "server=8.8.8.8" >> /etc/dnsmasq.d/static -sudo echo "server=1.1.1.1" >> /etc/dnsmasq.d/static +sudo mkdir /etc/dnsmasq.d +sudo cp static /etc/dnsmasq.d curl https://get.speedify.com/pgp.key | sudo apt-key add diff --git a/static b/static new file mode 100644 index 0000000..e01a8ed --- /dev/null +++ b/static @@ -0,0 +1,3 @@ +address=/pi.status/192.168.145.1 +server=8.8.8.8 +server=1.1.1.1