Skip to content

Commit

Permalink
feat: improve docker installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 26, 2024
1 parent f0d3e32 commit 4becae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ main_xbps() {
sudo usermod -aG docker "$USER"

msg 'docker service with runit'
if [ ! -f '/etc/runit/runsvdir/default/docker' ]; then
if [ ! -L '/etc/runit/runsvdir/default/docker' ]; then
sudo ln -s /etc/sv/docker /etc/runit/runsvdir/default/
fi
}
Expand Down

0 comments on commit 4becae8

Please sign in to comment.