Skip to content

Commit 7d542ff

Browse files
committed
YAHM Release 1.5 hinzugefügt
1 parent 6761dc8 commit 7d542ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@ _(Die Einrichtung des HM-MOD-RPI-PCB erfolgt automatisiert ausschließlich auf R
3939
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.
4040

4141
```
42-
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/develop/yahm-init | sudo -E bash -s quickinstall -
42+
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/release_1.5/yahm-init | sudo -E bash -s quickinstall -
4343
```
4444

4545
### UI Modus:
4646

4747
```
48-
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/develop/yahm-init | sudo -E bash -s ui -
48+
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/release_1.5/yahm-init | sudo -E bash -s ui -
4949
```
5050

5151
### Angepasst:
5252

5353
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.
5454

5555
```
56-
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/develop/yahm-init | sudo -E bash -
56+
wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/release_1.5/yahm-init | sudo -E bash -
5757
```
5858

5959
Folgende Schritte sind mindestens notwendig um ein CCU2 Image innerhalb von YAHM zu installieren:

yahm-init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ cd /opt
125125
#####################################
126126
#### REMOVE --branch IN MASTER !!!!!#
127127
#####################################
128-
git clone --recursive https://github.com/leonsio/YAHM.git --branch develop 2>>/var/log/yahm/git.log >>/var/log/yahm/git.log
128+
git clone --recursive https://github.com/leonsio/YAHM.git --branch release_1.5 2>>/var/log/yahm/git.log >>/var/log/yahm/git.log
129129

130130
progress "Including YAHM into PATH"
131131
chmod +x /opt/YAHM/bin/*

0 commit comments

Comments
 (0)