Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion linux/nnos
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root."
echo "NNOS must be ran as root."
exit 1
fi

Expand Down Expand Up @@ -47,6 +47,7 @@ if [ "$(cat /var/nnos/binarystorage/installed)" == "1" ]; then
else
case "$OPTION" in
--install)

echo "1" > /var/nnos/binarystorage/installed
apt install apache2
apt install toilet
Expand Down