From b7f3651c821bb6de475bca164699126080e9e3fa Mon Sep 17 00:00:00 2001 From: Axel Rafn Date: Sun, 27 Dec 2020 16:22:02 +0000 Subject: [PATCH] Fixing small issue with setup.sh --- v0xb0x-setup.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v0xb0x-setup.sh b/v0xb0x-setup.sh index 2ed1c75..eb0286a 100644 --- a/v0xb0x-setup.sh +++ b/v0xb0x-setup.sh @@ -13,6 +13,7 @@ apt-get install -y hostapd dnsmasq apt-get install -y apache2 php libapache2-mod-php apt-get install -y mariadb-server-10.0 apt-get install -y gpm +apt-get install -y pure-ftpd # lock down MySQL @@ -44,4 +45,7 @@ cat ./configs/hostapd.conf > /etc/hostapd/hostapd.conf cat ./configs/hostapd.default.conf >> /etc/default/hostapd.conf systemctl start hostapd -systemctl start dnsmasq \ No newline at end of file +systemctl start dnsmasq + +# Pure-FTPd settings +touch /etc/pure-ftpd/pureftpd.pdb \ No newline at end of file