mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00:00
test 3
This commit is contained in:
@@ -13,6 +13,5 @@ fi;\
|
||||
if [ "$(systemctl is-active docker)" != "active" ]; then sudo $pm $check_pkgs; sudo $pm $silent_inst $docker_pkg;\
|
||||
sleep 5 && sudo systemctl start docker && sleep 5;\
|
||||
fi;\
|
||||
if [ "$(systemctl is-active docker)" != "active" ]; then echo "Failed to start Docker"; fi;\
|
||||
if ! command -v docker > /dev/null 2>&1; then echo "Failed to install Docker"; exit 1; fi;\
|
||||
docker --version
|
||||
|
||||
Reference in New Issue
Block a user