mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 16:41:52 +01:00
8 lines
153 B
Bash
8 lines
153 B
Bash
#!/bin/sh
|
|
|
|
for tree in distro-modules distro-modules-common; do
|
|
luarocks-admin-5.1 make-manifest --local-tree --tree=$tree >/dev/null 2>&1
|
|
done
|
|
|
|
exit 0
|