Merge branch 'master' into s6-rc-3.16

This commit is contained in:
TheSpad 2022-09-10 16:27:21 +01:00
commit 255b2a1b11
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -1,5 +1,6 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
# shellcheck shell=bash
if [[ -f "/mod-repo-packages-to-install.list" ]]; then
IFS=' ' read -ra REPO_PACKAGES <<< "$(cat /mod-repo-packages-to-install.list)"