¡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 5306cb78d3 - Show all commits

2
run.sh
View File

@@ -93,7 +93,7 @@ if [[ ! `which curl` ]]; then
fi
if [[ ! `which ps` ]]; then
echo "- Installing PS"
$sudo apt-get install -y ps
$sudo apt-get install -y procps
fi
# Directories and allowed page types are executable, others are not.