diff --git a/src/webinstall.dev/devcontainer-feature.json b/src/webinstall.dev/devcontainer-feature.json index dca0323..cf26ab4 100644 --- a/src/webinstall.dev/devcontainer-feature.json +++ b/src/webinstall.dev/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "webinstall.dev", "id": "webinstall.dev", - "version": "1.0.0", + "version": "1.0.1", "description": "Install \"webi\" binary", "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/webinstall.dev", "options": { diff --git a/src/webinstall.dev/install.sh b/src/webinstall.dev/install.sh index a1e388f..a4d7e35 100755 --- a/src/webinstall.dev/install.sh +++ b/src/webinstall.dev/install.sh @@ -4,7 +4,7 @@ set -o pipefail set -o noclobber set -o nounset set -o allexport -readonly name="asdf" +readonly name="webinstall.dev" apt_get_update() { if [ "$(find /var/lib/apt/lists/* | wc -l)" = "0" ]; then echo "Running apt-get update..."