Skip to content

Commit

Permalink
Update reload-init
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Apr 19, 2024
1 parent 2a7d02c commit 3da42c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/reload-init
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi

if test ! -f "$HOME/.config/systemd/user/brew-container.service"; then
mkdir -p "$HOME/.config/systemd/user"
cp /usr/local/lib/cbrew/brew-container.service "$HOME/.config/systemd/user/brew-container.service"
cp /usr/lib/cbrew/brew-container.service "$HOME/.config/systemd/user/brew-container.service"
distrobox-host-exec -Y systemctl enable --user --now brew-container.service
fi

Expand Down

0 comments on commit 3da42c4

Please sign in to comment.