From d67b8b0900bc2d01bdae2978b3ea775598cf82f3 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Tue, 20 Oct 2020 07:59:06 +0100 Subject: [PATCH] fix --- install-speedify.sh | 5 ++--- static | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 static 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