mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 05:21:34 -07:00
snap: switch to core24
base
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
This commit is contained in:
parent
20d11c1c33
commit
677243d5aa
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ description: |
|
||||||
# snap connect shellcheck:removable-media
|
# snap connect shellcheck:removable-media
|
||||||
|
|
||||||
version: git
|
version: git
|
||||||
base: core20
|
base: core24
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
|
||||||
|
@ -52,5 +52,5 @@ parts:
|
||||||
cabal update
|
cabal update
|
||||||
cabal install -j
|
cabal install -j
|
||||||
|
|
||||||
install -d $SNAPCRAFT_PART_INSTALL/usr/bin
|
install -d "${CRAFT_PART_INSTALL}/usr/bin"
|
||||||
install .cabal-sandbox/bin/shellcheck $SNAPCRAFT_PART_INSTALL/usr/bin
|
install .cabal-sandbox/bin/shellcheck "${CRAFT_PART_INSTALL}/usr/bin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue