1
0

Implements bootstrap, fixes #3

This commit is contained in:
2018-12-01 17:34:57 +00:00
parent 31d51a9f2e
commit 5116ffe015
3 changed files with 88 additions and 0 deletions

7
bootstrap.config.go Normal file
View File

@ -0,0 +1,7 @@
// Copyright 2018 Mikhail Klementev. All rights reserved.
// Use of this source code is governed by a AGPLv3 license
// (or later) that can be found in the LICENSE file.
package main
const imagesURL = "https://github.com/jollheef/out-of-tree/releases/download/v0.2/images.tar.gz"