[C] Switch name
This commit is contained in:
parent
eb4897c57c
commit
939533b3f0
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
set -x
|
||||
|
||||
cmdlineparameter=$(cat /proc/cmdline)
|
||||
repo=spectreos
|
||||
repo=SpectreOS
|
||||
user=user1
|
||||
|
||||
if cat /etc/passwd | grep "x:1000" > /dev/null; then
|
||||
|
|
|
@ -13,7 +13,7 @@ echo "Als root Angemeldet"
|
|||
version="${1}"
|
||||
|
||||
git config --global credential.helper store
|
||||
repo=spectreos
|
||||
repo=SpectreOS
|
||||
repo1=shell-scripte-code
|
||||
arch=$(uname -m)
|
||||
branch=master
|
||||
|
|
Loading…
Reference in a new issue