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 b83e15f commit f8f7119Copy full SHA for f8f7119
setup-env.sh
@@ -1,4 +1,4 @@
1
-p#!/bin/bash
+#!/bin/bash
2
3
KATAGO_BACKEND=${1^^}
4
WEIGHT_FILE=$2
@@ -71,4 +71,4 @@ url=$(wget --retry-on-http-error=500 --timeout=6 -qO- "https://packages.ubuntu.c
71
wget -nv -O libssl1.1.deb "$url"
72
dpkg -i libssl1.1.deb
73
74
-chmod +x ./ikatago-server
+chmod +x ./ikatago-server
0 commit comments