Files
2022-07-30 16:41:15 -04:00

7 lines
194 B
Plaintext
Executable File

#!/usr/bin/with-contenv bash
if ! which unzip >/dev/null; then
echo "**** Adding flutter dependency packages to install list ****"
echo "unzip" >> /mod-repo-packages-to-install.list
fi