fix
This commit is contained in:
parent
c30deaec4b
commit
89ea270fd7
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
|||
|
||||
set -ex
|
||||
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
echo "This script must be run as root" 1>&2
|
||||
sudo $0 $1 $2 $3 $4 $5 $6 $7 $8 $9
|
||||
exit 0
|
||||
fi
|
||||
echo "Als root Angemeldet"
|
||||
|
||||
repo=SpectreOS
|
||||
repo1=shell-scripte
|
||||
|
||||
|
|
Loading…
Reference in a new issue