diff --git a/runs/dev b/runs/dev deleted file mode 100755 index 5de4074..0000000 --- a/runs/dev +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env bash - -# rust btw -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - -# go??? i need to install this -# lua btw -cargo install stylua - -# luarocks -pushd /tmp/luarocks-3.11.0 -( - wget --output-document /tmp/luarocks.tar.gz https://luarocks.org/releases/luarocks-3.11.0.tar.gz - tar zxpf /tmp/luarocks.tar.gz -C /tmp - cd - ./configure && make && sudo make install -) -popd - -luarocks install luacheck - diff --git a/runs/nextdev b/runs/nextdev old mode 100644 new mode 100755