We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
webinstall.dev
1 parent 8f98a16 commit 16ff988Copy full SHA for 16ff988
src/webinstall.dev/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "webinstall.dev",
3
"id": "webinstall.dev",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"description": "Install \"webi\" binary",
6
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/webinstall.dev",
7
"options": {
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"
8
apt_get_update() {
9
if [ "$(find /var/lib/apt/lists/* | wc -l)" = "0" ]; then
10
echo "Running apt-get update..."
0 commit comments