wareck il y a 1 an
Parent
commit
40017f726f
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -6,10 +6,17 @@ Use Armbian image : https://mega.nz/file/XeoymJKA#VSJHsyU8SCQPAQvMqVkiqLVPXWFp4e
 
 It's a debian bullseye minimal linux 5.16.17
 
-burn image and connect the MangoPi
+burn image and connect the MangoPi with ssh
 
 user : root
 
 password : orangepi
 
+then :
+
+```
+apt-get update && apt-get upgrade
+apt install -y curl ca-certificates systemd-sysv git build-essential
+reboot
+```