$ cat dreampi-setup.txt apt-get update apt-get install git dnsmasq dnsutils libnetfilter-queue-dev libnetfilter-queue1 ppp arping nftables tcpd wvdial git clone https://github.com/sargunv/dreampi.git cd dreampi git checkout python3 dpkg -i arm/*.deb mkdir /usr/local/share/dreampi cp *.py dial-tone.wav /usr/local/share/dreampi ln -s /usr/local/share/dreampi/dreampi.py /usr/local/bin/dreampi chown -R root:root /usr/local/share/dreampi/ cp etc/init.d/dreampi /etc/init.d/ cp etc/systemd/system/dreampi.service /etc/systemd/system/ vi /etc/dnsmasq.d/dreampi.conf domain-needed bogus-priv server=46.101.91.123 no-resolv no-hosts cache-size=500 log-queries apt install python3-pip wget https://raw.githubusercontent.com/sairuk/dreampi/master/requirements.txt python3 -m pip install -r requirements.txt