From 7d542ff4431dfe1702073fe89a908dc6bbbdf062 Mon Sep 17 00:00:00 2001 From: Leonid Kogan Date: Wed, 10 Aug 2016 14:35:01 +0200 Subject: [PATCH] =?UTF-8?q?YAHM=20Release=201.5=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- yahm-init | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e676963..dc89f00 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ _(Die Einrichtung des HM-MOD-RPI-PCB erfolgt automatisiert ausschließlich auf R Es wird automatisch ein aktuelles CCU2 Image installiert und das Netzwerk konfiguriert. Diese Installation ist für wenig erfahrene Benutzer auf einem frischen minimalen Debian/Raspbian empfehlenswert. Die frisch installierte CCU2 wird eine IP per DHCP abrufen, diese kann durch **sudo yahm-ctl info** nach dem Start des Kontainers angezeigt werden. ``` -wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/develop/yahm-init | sudo -E bash -s quickinstall - +wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/release_1.5/yahm-init | sudo -E bash -s quickinstall - ``` ### UI Modus: ``` -wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/develop/yahm-init | sudo -E bash -s ui - +wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/release_1.5/yahm-init | sudo -E bash -s ui - ``` ### Angepasst: @@ -53,7 +53,7 @@ wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/develop/yahm-init | Mit dieser Methode wird lediglich die aktuelle YAHM Version runtergeladen und unter **/opt/YAHM/bin** installiert, anschließend muss mit Hilfe von YAHM ein [LXC Kontainer](https://github.com/leonsio/YAHM/wiki/YAHM-LXC) angelegt und das [Netzwerk](https://github.com/leonsio/YAHM/wiki/YAHM-Netzwerk) konfiguriert werden. ``` -wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/develop/yahm-init | sudo -E bash - +wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/release_1.5/yahm-init | sudo -E bash - ``` Folgende Schritte sind mindestens notwendig um ein CCU2 Image innerhalb von YAHM zu installieren: diff --git a/yahm-init b/yahm-init index 2a8a981..bd15a1b 100755 --- a/yahm-init +++ b/yahm-init @@ -125,7 +125,7 @@ cd /opt ##################################### #### REMOVE --branch IN MASTER !!!!!# ##################################### -git clone --recursive https://github.com/leonsio/YAHM.git --branch develop 2>>/var/log/yahm/git.log >>/var/log/yahm/git.log +git clone --recursive https://github.com/leonsio/YAHM.git --branch release_1.5 2>>/var/log/yahm/git.log >>/var/log/yahm/git.log progress "Including YAHM into PATH" chmod +x /opt/YAHM/bin/*