Diet Page & Curl Dependency #6

Merged
me merged 3 commits from dev into main 2025-06-16 12:36:22 -07:00
2 changed files with 218 additions and 0 deletions
Showing only changes of commit 2fb438b199 - Show all commits

4
run.sh
View File

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