We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709a023 commit fe493edCopy full SHA for fe493ed
setup_container.sh
@@ -10,10 +10,11 @@ cd iPlug2/Dependencies/IPlug/
10
./download-iplug-sdks.sh
11
cd ../../..
12
13
-echo "Downloading iPlug2 prebuilt libs..."
14
-cd iPlug2/Dependencies/
15
-./download-prebuilt-libs.sh
16
-cd ../..
+# Not nessecary until we have WASM libs
+# echo "Downloading iPlug2 prebuilt libs..."
+# cd iPlug2/Dependencies/
+# ./download-prebuilt-libs.sh
17
+# cd ../..
18
19
echo "Downloading mkcert..."
20
wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-amd64 -O mkcert
0 commit comments