We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8e3e7 commit 78840d1Copy full SHA for 78840d1
README.md
@@ -248,3 +248,4 @@ Here is what we changed:
248
249
# Repository Owner
250
- [Maxime Daniel](https://github.com/maxux), Telegram: [@maxux](http://t.me/maxux)
251
+
packages/0-fs.sh
@@ -21,7 +21,7 @@ prepare_zfs() {
21
compile_zfs() {
22
echo "[+] compiling 0-fs"
23
pushd 0-fs
24
- make
+ GO111MODULE=on make
25
popd
26
}
27
@@ -50,4 +50,3 @@ registrar_zfs() {
50
51
52
registrar_zfs
53
-
0 commit comments