Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
rpiimagebackup [2022/01/14 18:27]
heikoch
rpiimagebackup [2022/01/14 18:37] (aktuell)
heikoch
Zeile 1: Zeile 1:
 ====== RPi ImageBackup installieren ====== ====== RPi ImageBackup installieren ======
  
-<code>cd ~/bin+<code>mkdir ~/bin 
 +cd ~/bin
 git clone https://github.com/scruss/RonR-RaspberryPi-image-utils.git git clone https://github.com/scruss/RonR-RaspberryPi-image-utils.git
 cd RonR-RaspberryPi-image-utils cd RonR-RaspberryPi-image-utils
-</code>+for i in `ls image-*`;do chmod +x $i;done 
 +for i in `ls image-*`;do ln -s ~/bin/RonR-RaspberryPi-image-utils/$i ~/bin/;done</code>