Commit b8c1ca76 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slapos_web_deploy: add support for Raspbian 10

parent c0710b65
Pipeline #6957 passed with stage
in 0 seconds
......@@ -126,7 +126,7 @@ is_package_installed unzip || install_package unzip
is_package_installed openssl || install_package openssl
is_package_installed ansible || install_package ansible
if is_ubuntu && [[ $DISTRO == "buster" ]]; then
if is_ubuntu && [[ $DISTRO == "buster" || $DISTRO == "Raspbian-10." ]]; then
# Ansible is using python3 now
is_package_installed python3-pip || install_package python3-pip
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment