mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
fixed wrong perl installation logic
This commit is contained in:
parent
31571f703f
commit
baa285aa90
@ -2,9 +2,9 @@
|
||||
|
||||
perl_executable_path=$(which perl)
|
||||
if [ -x "$perl_executable_path" ] ; then
|
||||
echo "**** perl5 already installed, skipping ****"
|
||||
else
|
||||
echo "**** Adding perl5 and its deps to package install lists ****"
|
||||
echo "perl\
|
||||
" >> /mod-repo-packages-to-install.list
|
||||
else
|
||||
echo "**** perl5 already installed, skipping ****"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user