We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669f5b1 commit 7c5d7e1Copy full SHA for 7c5d7e1
root/etc/s6-overlay/s6-rc.d/init-mod-calibre-web-kcc-add-package/run
@@ -1,9 +1,5 @@
1
#!/usr/bin/with-contenv bash
2
3
-# This is the init file used for adding os or pip packages to install lists.
4
-# It takes advantage of the built-in init-mods-package-install init script that comes with the baseimages.
5
-# If using this, we need to make sure we set this init as a dependency of init-mods-package-install so this one runs first
6
-
7
echo "**** Adding kcc dependencies (repo and pip) to package install lists ****"
8
if ! python3 /usr/local/bin/kcc/kcc-c2e.py > /dev/null 2>&1 ; then
9
echo "\
0 commit comments