README.md aktualisiert
This commit is contained in:
parent
292a253833
commit
6e0d748b29
1 changed files with 4 additions and 1 deletions
|
@ -71,9 +71,12 @@ find -name "*.tmp" -exec rm -vf {} \;
|
|||
~~~
|
||||
|
||||
### Setzt das Repository auf dem aktuellen HEAD zurück und löscht neue Dateien die bis dahin erzeugt wurden
|
||||
|
||||
~~~
|
||||
git reset --hard 8& git clean -dfx
|
||||
~~~
|
||||
|
||||
### Qemu chroot Raspberry PI
|
||||
~~~
|
||||
pacman -S qemu-user-static qemu-user-static-binfmt
|
||||
https://wiki.archlinux.org/title/QEMU#Chrooting_into_arm/arm64_environment_from_x86_64
|
||||
~~~
|
Loading…
Reference in a new issue