switch to hybrid

This commit is contained in:
aptalca
2022-07-30 16:41:15 -04:00
parent 97d4ed43d6
commit ad7104c5ed
13 changed files with 31 additions and 5 deletions
@@ -0,0 +1,6 @@
#!/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