Port all P-named apps to ARM64

This commit is contained in:
Sam Heinz
2024-04-12 11:39:38 +10:00
parent 92e76dce2d
commit 9f55a98dd1
23 changed files with 161 additions and 150 deletions
+3 -2
View File
@@ -31,7 +31,8 @@ $STD apt-get -y install \
nmap \
zip \
aria2 \
wakeonlan
wakeonlan \
wget
msg_ok "Installed Dependencies"
msg_info "Installing PHP Dependencies"
@@ -64,7 +65,7 @@ mv /var/www/html/index.lighttpd.html /var/www/html/index.lighttpd.html.old
ln -s /usr/share/ieee-data/ /var/lib/
ln -s /opt/pialert/install/index.html /var/www/html/index.html
ln -s /opt/pialert/front /var/www/html/pialert
chmod go+x /opt/pialert /opt/pialert/back/shoutrrr/x86/shoutrrr
chmod go+x /opt/pialert /opt/pialert/back/shoutrrr/arm64/shoutrrr
chgrp -R www-data /opt/pialert/db /opt/pialert/front/reports /opt/pialert/config /opt/pialert/config/pialert.conf
chmod -R 775 /opt/pialert/db /opt/pialert/db/temp /opt/pialert/config /opt/pialert/front/reports
touch /opt/pialert/log/pialert.vendors.log /opt/pialert/log/pialert.IP.log /opt/pialert/log/pialert.1.log /opt/pialert/log/pialert.cleanup.log /opt/pialert/log/pialert.webservices.log