Skip to content

Commit 1ef3884

Browse files
hermes: bump hermes version from 9.0.4 to 9.0.5
1 parent 2ba3732 commit 1ef3884

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/hermes/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22
{
33
"id": "hermes",
4-
"version": "0.4.4",
4+
"version": "0.4.5",
55
"name": "Development Container Feature - hermes",
66
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/hermes",
77
"description": "Use [`hermes`](https://github.com/georglauterbach/hermes) in your container",
88
"options": {
99
"hermes.version": {
1010
"description": "The released version of hermes to use",
1111
"type": "string",
12-
"default": "9.0.4"
12+
"default": "9.0.5"
1313
},
1414
"hermes.acquire-insecure": {
1515
"description": "Whether to download `hermes` without checking certificates",

src/hermes/install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ function pre_flight_checks() {
3131

3232
case "${LINUX_DISTRIBUTION_NAME}" in
3333
( 'debian' )
34-
log 'info' 'Distribution recognized as Debian-like'
35-
3634
if ! apt-get --yes --quiet=2 --option=Dpkg::Use-Pty=0 update \
3735
|| ! apt-get --yes --quiet=2 --option=Dpkg::Use-Pty=0 install \
3836
--no-install-recommends apt-utils ca-certificates curl dialog doas file locales tzdata; then

0 commit comments

Comments
 (0)