switch to hybrid

This commit is contained in:
aptalca
2022-08-18 14:19:06 -04:00
parent 8b392226e3
commit ad0b8298fb
11 changed files with 53 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
if ! apk info 2>&1 | grep -q "inotify-tools"; then
echo "**** Adding swag-auto-reload deps to package install list ****"
echo "inotify-tools" >> /mod-repo-packages-to-install.list
else
echo "**** swag-auto-reload deps already installed, skipping ****"
fi