Clean up dependencies, add install script

This commit is contained in:
Alexander Gehrke 2023-02-13 15:30:17 +01:00
parent 6621842607
commit 8f4b2a6f8a
4 changed files with 33 additions and 253 deletions

4
install-deps.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
for pkg in awesome-audiowheel awesome-handy inspect; do
luarocks install --local "$pkg"
done