authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-01 09:05:57 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-01 09:05:57 -08:00
log1a6702c54e028a085d8553648e5f8e2604b29cc5
tree04295c09de53804382bf5a1c0a9c1b998892afcf
parent1d87738f5c4e7a7fdb7f67e4ec3aaa793f602b7a

download_zig- revert dir change


1 files changed, 2 insertions(+), 3 deletions(-)

download_zig.sh+2-3
...@@ -18,6 +18,5 @@ else...@@ -18,6 +18,5 @@ else
18 wget https://ziglang.org/download/$version/$file18 wget https://ziglang.org/download/$version/$file
19fi19fi
2020
21mkdir /zig21tar -xf $file
22tar -xf $file -C /zig22ln -s /$dir/zig /usr/local/bin
23ln -s /zig/zig /usr/local/bin