Clean up dependencies, add install script
This commit is contained in:
parent
6621842607
commit
8f4b2a6f8a
4 changed files with 33 additions and 253 deletions
4
install-deps.sh
Executable file
4
install-deps.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
for pkg in awesome-audiowheel awesome-handy inspect; do
|
||||
luarocks install --local "$pkg"
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue