¡Hyperling.com 2.0! #16

Merged
me merged 75 commits from dev into main 2025-10-14 14:54:55 -07:00
Showing only changes of commit f212c41734 - Show all commits

4
run.sh
View File

@@ -91,6 +91,10 @@ if [[ ! `which curl` ]]; then
echo "- Installing Curl"
$sudo apt-get install -y curl
fi
if [[ ! `which ps` ]]; then
echo "- Installing PS"
$sudo apt-get install -y ps
fi
# Directories and allowed page types are executable, others are not.
log "Fix any strange file permissions."