new-server
This commit is contained in:
parent
de5992f86c
commit
0098529fb7
3 changed files with 4 additions and 4 deletions
|
@ -13,8 +13,8 @@ echo "Als root Angemeldet"
|
|||
VERSION_ID=$(cat /etc/os-release | grep "ID")
|
||||
RCLOCAL='/etc/rc.local'
|
||||
SYSCTL='/etc/sysctl.conf'
|
||||
WEBADDRESS="http://137.74.140.105/simono41/SpectreOS.git"
|
||||
WEBADDRESS1="http://137.74.140.105/simono41/shell-scripte.git"
|
||||
WEBADDRESS="https://github.com/simono41/SpectreOS.git"
|
||||
WEBADDRESS1="https://github.com/simono41/shell-scripte.git"
|
||||
SUDOERS="/etc/sudoers"
|
||||
repo="SpectreOS"
|
||||
repo1="shell-scripte"
|
||||
|
|
|
@ -4,7 +4,7 @@ set -ex
|
|||
|
||||
echo "Version : Fr 22. Dez 00:00:41 CET 2017"
|
||||
|
||||
WEBADDRESS="http://137.74.140.105/simono41/SpectreOS.git"
|
||||
WEBADDRESS="https://github.com/simono41/SpectreOS.git"
|
||||
repo="SpectreOS"
|
||||
user="user1"
|
||||
version="%VERSION%"
|
||||
|
|
|
@ -6,7 +6,7 @@ set -ex
|
|||
|
||||
echo "Version : Fr 22. Dez 00:00:41 CET 2017"
|
||||
|
||||
WEBADDRESS="http://137.74.140.105/simono41/SpectreOS.git"
|
||||
WEBADDRESS="https://github.com/simono41/SpectreOS.git"
|
||||
repo="SpectreOS"
|
||||
user="user1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue