Version online

This commit is contained in:
admju
2024-09-04 15:32:18 +00:00
parent 48301bf82e
commit a7a5465a22
9 changed files with 311 additions and 116 deletions

6
src/occonst/variables.go Normal file
View File

@@ -0,0 +1,6 @@
package occonst
const ONLINE_URL = "https://cloud.o-forge.io"
const ONLINE_VERSION = "core/oc-deploy"
var OFFLINE_DIR = "../../offline"