Skip to content

Commit

Permalink
rename package to universal-mkvtoolnix
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Aug 21, 2024
1 parent 5716668 commit eceb23f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 13 deletions.

This file was deleted.

Empty file.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash

if ! command -v mkvtoolnix; then
echo "**** Adding mkvtoolnix to package install list ****"
echo "mkvtoolnix" >> /mod-repo-packages-to-install.list
else
echo "**** mkvtoolnix already installed, skipping ****"
fi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-sabnzbd-mkvtoolnix-add-package/run

0 comments on commit eceb23f

Please sign in to comment.