Skip to content

Commit

Permalink
some change in line 10
Browse files Browse the repository at this point in the history
  • Loading branch information
lunardunno committed Nov 27, 2023
1 parent 3aae310 commit f0e1112
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/server_scripts/install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ if [ "$dist" = "debian" ]; then export DEBIAN_FRONTEND=noninteractive; fi;\
if ! command -v sudo > /dev/null 2>&1; then $pm $check_pkgs; $pm $silent_inst sudo; fi;\
if ! command -v fuser > /dev/null 2>&1; then sudo $pm $check_pkgs; sudo $pm $silent_inst psmisc; fi;\
if ! command -v lsof > /dev/null 2>&1; then sudo $pm $check_pkgs; sudo $pm $silent_inst lsof; fi;\
if ! command -v docker > /dev/null 2>&1; then sudo $pm $check_pkgs; sudo $pm $silent_inst $docker_pkg;\
if ! command -v docker > /dev/null 2>&1; then \
sudo $pm $check_pkgs; sudo $pm $silent_inst $docker_pkg;\
sleep 5 && sudo systemctl enable --now docker && sleep 5;\
fi;\
if [ "$(systemctl is-active docker)" != "active" ]; then \
Expand Down

0 comments on commit f0e1112

Please sign in to comment.