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 d9157b3 commit 9b4321cCopy full SHA for 9b4321c
setup_container.sh
@@ -19,11 +19,4 @@ echo "Downloading mkcert..."
19
wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-amd64 -O mkcert
20
chmod +x mkcert
21
mv mkcert /usr/local/bin
22
-mkcert -install
23
-
24
-# echo "Downloading SOUL"
25
-# wget https://github.com/soul-lang/SOUL/releases/download/0.9.66/binaries-linux-combined.zip
26
-# unzip binaries-linux-combined.zip
27
-# mv linux/x64/soul /usr/local/bin
28
-# rm -r linux
29
-# rm binaries-linux-combined.zip
+mkcert -install
0 commit comments