fix
This commit is contained in:
parent
89ea270fd7
commit
e753aee1c5
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ if [[ $EUID -ne 0 ]]; then
|
||||||
fi
|
fi
|
||||||
echo "Als root Angemeldet"
|
echo "Als root Angemeldet"
|
||||||
|
|
||||||
|
hostname="$(cat /etc/hostname)"
|
||||||
|
[[ -z "${version}" ]] && version="${hostname#*-}"
|
||||||
|
|
||||||
repo=SpectreOS
|
repo=SpectreOS
|
||||||
repo1=shell-scripte
|
repo1=shell-scripte
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue