Parcourir la source

Update 'gogs/LXC-RockyLinux.md'

Michael Honkoop il y a 8 mois
Parent
commit
03cae03aba
1 fichiers modifiés avec 8 ajouts et 2 suppressions
  1. 8 2
      gogs/LXC-RockyLinux.md

+ 8 - 2
gogs/LXC-RockyLinux.md

@@ -13,5 +13,11 @@ and will assumes that your server has:</summary>
 ###### 
 Install required packages:
 ```
-dnf install wget tar git 
-```
+dnf install wget tar git mariadb-server
+```
+
+######
+Create gogs installation directory
+```
+mkdir /opt/gogs
+```