Skip to content

Commit

Permalink
fix(packages): update script_cmd for serviceman;
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 24, 2023
1 parent dce7b5b commit ba7cebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion chezmoi/.chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ packages:
apt: true
scope: gui
- name: serviceman
webi: true
script: true
script_cmd: webi serviceman
scope: gui
- name: setuptools
pip: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ log_task "25. Installing optional packages"

ensure_path_entry "${HOME}/.local/bin"

# install serviceman if not installed
if ! command -v serviceman >/dev/null; then
log_task "Installing serviceman"
c webi serviceman
fi

# install dotdrop if not installed
if ! command -v dotdrop >/dev/null; then
if ! command -v pipx >/dev/null; then
Expand Down

0 comments on commit ba7cebf

Please sign in to comment.