diff --git a/arch-graphical-install-auto b/arch-graphical-install-auto index ad8f412..5c77be4 100755 --- a/arch-graphical-install-auto +++ b/arch-graphical-install-auto @@ -14,8 +14,8 @@ VERSION_ID=$(cat /etc/os-release | grep "ID") RCLOCAL='/etc/rc.local' RCLOCALSHUTDOWN='/etc/rc.local.shutdown' SYSCTL='/etc/sysctl.conf' -WEBADDRESS="https://github.com/simono41/SpectreOS.git" -WEBADDRESS1="https://github.com/simono41/shell-scripte.git" +WEBADDRESS="ssh://git@192.168.178.21:30022/home/git/SpectreOS" +WEBADDRESS1="ssh://git@192.168.178.21:30022/home/git/shell-scripte" SUDOERS="/etc/sudoers" repo="SpectreOS" repo1="shell-scripte" diff --git a/arch-install b/arch-install index af1e8ae..0312567 100755 --- a/arch-install +++ b/arch-install @@ -4,7 +4,7 @@ set -ex echo "Version : DI 27. Feb 22:52:41 CET 2017" -WEBADDRESS="https://github.com/simono41/SpectreOS.git" +WEBADDRESS="ssh://git@192.168.178.21:30022/home/git/SpectreOS" repo="SpectreOS" user="user1" diff --git a/update.sh b/update.sh index d335f06..9e20f99 100755 --- a/update.sh +++ b/update.sh @@ -6,7 +6,7 @@ set -ex echo "Version : Fr 22. Dez 00:00:41 CET 2017" -WEBADDRESS="https://github.com/simono41/SpectreOS.git" +WEBADDRESS="ssh://git@192.168.178.21:30022/home/git/SpectreOS" repo="SpectreOS" user="user1" hostname="$(cat /etc/hostname)"