Update install

This commit is contained in:
2018-02-25 13:29:42 +01:00
committed by GitHub
parent 8ec915ef10
commit 3f72d37ec7
+1 -1
View File
@@ -44,7 +44,6 @@ case "`grep ID_LIKE /etc/*-release | awk -F '=' '{print $2}'`" in
yes|pacman -S net-tools lua htop iftop gd
yes|pacman -S libmaxminddb geoip2-database mmdblookup libxml2 libxslt
su $user <<'EOF'
git clone https://aur.archlinux.org/ssdeep.git /home/$user/ssdeep
cd /home/$user/ssdeep/ && makepkg --syncdeps
@@ -170,6 +169,7 @@ EOF
chmod +x install; ./install
clear
curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/ArchLinux/static/nginx.service > /usr/lib/systemd/system/nginx.service
clear
systemctl enable nginx
nginx -t
;;