We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eedd67 commit 1573042Copy full SHA for 1573042
build
@@ -6,7 +6,7 @@ abortMsg() {
6
exit 1
7
}
8
9
-([ -f tk4-_v1.00_current.zip ] || wget http://wotho.ethz.ch/tk4-/tk4-_v1.00_current.zip ) ||
+([ -f tk4-_v1.00_current.zip ] || wget https://github.com/skissane/mvs38j/releases/download/v1.0.8.0/tk4-_v1.00_current.zip ) ||
10
abortMsg "Download of TK4- failed"
11
12
docker build -t mvs38j .
0 commit comments