Skip to content

Commit

Permalink
run_onchange_install-packages.sh: allow to install classic snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Nov 11, 2024
1 parent bde9dad commit 0d2f51e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/run_onchange_install-packages.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ sudo apt --no-install-recommends install -y {{ . | quote }}
{{ range .packages.linux.snaps.standard -}}
sudo snap install {{ . | quote }}
{{ end -}}
{{ range .packages.linux.snaps.classic -}}
sudo snap install --classic {{ . | quote }}
{{ end -}}
{{ range .packages.linux.snaps.edge -}}
sudo snap install --edge {{ . | quote }}
{{ end -}}
Expand Down

0 comments on commit 0d2f51e

Please sign in to comment.