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