Skip to content

Commit

Permalink
Remove inappropriate 'continue'
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Dec 5, 2024
1 parent 2df126e commit c98a079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run_onchange_install-packages.bash.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ case "{{ .chezmoi.os }}" in
if dpkg -l "{{ . }}" &> /dev/null; then
echo "${C_NOTE}'{{ . }}' is already installed"
echo "${C_INFO}Skipping..."
continue
else
echo "${C_INFO}Installing '{{ . }}'..."
sudo apt install -y "{{ . }}"
Expand Down

0 comments on commit c98a079

Please sign in to comment.