Add Ninja to base

This commit is contained in:
MangoPig
2025-12-09 03:29:57 +00:00
parent 02ba07b207
commit a9cebf9b8b
9 changed files with 20 additions and 89 deletions

View File

@@ -9,7 +9,6 @@ YELLOW='\033[1;33m'
GREEN='\033[1;32m'
NC='\033[0m'
# OS Detection
if [ -f /etc/os-release ]; then
. /etc/os-release
OS=$ID