diff --git a/share/enable_docker_service.sh b/share/enable_docker_service.sh index 8ce851f..3e394f9 100755 --- a/share/enable_docker_service.sh +++ b/share/enable_docker_service.sh @@ -1,3 +1,3 @@ #!/bin/sh -/usr/bin/systemctl restart docker -/usr/bin/systemctl enable docker \ No newline at end of file +/usr/bin/systemctl restart docker.service +/usr/bin/systemctl enable docker.service \ No newline at end of file diff --git a/stdeb.cfg b/stdeb.cfg index ac83fd5..b667571 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,6 +1,6 @@ [DEFAULT] Package3: dangerzone -Depends3: docker.io, python3, python3-pyqt5, python3-appdirs, python3-click, python3-xdg, python3-requests +Depends3: docker.io | docker-ce, python3, python3-pyqt5, python3-appdirs, python3-click, python3-xdg, python3-requests Build-Depends: python3, python3-all Suite: bionic X-Python3-Version: >= 3.7 \ No newline at end of file