„install.sh“ ändern

This commit is contained in:
Yann Mölle 2023-04-18 14:49:23 +02:00
parent 407fb13157
commit d7acd55e91

View File

@ -1,5 +1,8 @@
#!/bin/bash
# Docker-aio ascii
curl https://git.moelle.space/hxcde/docker-auto-installer/raw/branch/main/ascii
# Check if script is being run as root
if [ "$(id -u)" -ne 0 ]; then
echo "This script must be run as root."