Intial release

This commit is contained in:
TheSpad
2024-03-08 11:42:39 +00:00
parent a64a5dab7f
commit 802a6f9ae0
23 changed files with 47 additions and 109 deletions
@@ -0,0 +1,11 @@
#!/usr/bin/with-contenv bash
if [[ -f /usr/bin/apt ]]; then
# Ubuntu
cp /unrar6/unrar-ubuntu /usr/bin/unrar
elif [[ -f /sbin/apk ]]; then
# Alpine
cp /unrar6/unrar-alpine /usr/bin/unrar
else
echo "*** This mod only supports Ubuntu and Alpine-based containers ***"
fi
@@ -0,0 +1 @@
oneshot
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-universal-unrar6-install/run