5 lines
104 B
Bash
5 lines
104 B
Bash
![]() |
#!/bin/sh
|
||
|
for pkg in awesome-audiowheel awesome-handy inspect; do
|
||
|
luarocks install --local "$pkg"
|
||
|
done
|