7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
if ! [[ -x "$(command -v svn)" ]]; then
|
|
echo "subversion" >> /mod-repo-packages-to-install.list
|
|
echo "perl" >> /mod-repo-packages-to-install.list
|
|
fi
|