Skip to content

Commit 9b4321c

Browse files
committed
Remove SOUL
1 parent d9157b3 commit 9b4321c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

setup_container.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,4 @@ echo "Downloading mkcert..."
1919
wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-amd64 -O mkcert
2020
chmod +x mkcert
2121
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
22+
mkcert -install

0 commit comments

Comments
 (0)