From e3dc570f7065f137590b78e8d72c7654a8819454 Mon Sep 17 00:00:00 2001 From: Lee-Orr Date: Tue, 16 Apr 2024 16:04:43 +0000 Subject: [PATCH] adjust apt --- src/bacon/devcontainer-feature.json | 2 +- src/bacon/install.sh | 2 +- src/cargo-audit/devcontainer-feature.json | 2 +- src/cargo-audit/install.sh | 2 +- src/cargo-binstall/devcontainer-feature.json | 2 +- src/cargo-binstall/install.sh | 2 +- src/cargo-bundle/devcontainer-feature.json | 2 +- src/cargo-bundle/install.sh | 2 +- src/cargo-deny/devcontainer-feature.json | 2 +- src/cargo-deny/install.sh | 2 +- src/cargo-expand/devcontainer-feature.json | 2 +- src/cargo-expand/install.sh | 2 +- src/cargo-llvm-cov/devcontainer-feature.json | 2 +- src/cargo-llvm-cov/install.sh | 2 +- src/cargo-make/devcontainer-feature.json | 2 +- src/cargo-make/install.sh | 2 +- src/cargo-mobile/devcontainer-feature.json | 2 +- src/cargo-mobile/install.sh | 2 +- src/cargo-nextest/devcontainer-feature.json | 2 +- src/cargo-nextest/install.sh | 2 +- src/cargo-watch/devcontainer-feature.json | 2 +- src/cargo-watch/install.sh | 2 +- src/cargo-web/devcontainer-feature.json | 2 +- src/cargo-web/install.sh | 2 +- src/cosmonic/devcontainer-feature.json | 2 +- src/cosmonic/install.sh | 2 +- src/dexterous_developer/devcontainer-feature.json | 2 +- src/dexterous_developer/install.sh | 2 +- src/dioxus/devcontainer-feature.json | 2 +- src/dioxus/install.sh | 2 +- src/fermyon-spin/devcontainer-feature.json | 2 +- src/fermyon-spin/install.sh | 2 +- src/helix/devcontainer-feature.json | 2 +- src/helix/install.sh | 2 +- src/honggfuzz/devcontainer-feature.json | 2 +- src/honggfuzz/install.sh | 2 +- src/mprocs/devcontainer-feature.json | 2 +- src/mprocs/install.sh | 2 +- src/rust_windows_msvc/devcontainer-feature.json | 2 +- src/rust_windows_msvc/install.sh | 2 +- src/sccache/devcontainer-feature.json | 2 +- src/sccache/install.sh | 2 +- src/spin-message-trigger/devcontainer-feature.json | 2 +- src/spin-message-trigger/install.sh | 2 +- src/wasm-bindgen-cli/devcontainer-feature.json | 2 +- src/wasm-bindgen-cli/install.sh | 2 +- src/wasm-server-runner/devcontainer-feature.json | 2 +- src/wasm-server-runner/install.sh | 2 +- src/wasm32-unknown-unknown/devcontainer-feature.json | 2 +- src/wasm32-unknown-unknown/install.sh | 2 +- src/wasmcloud/devcontainer-feature.json | 2 +- src/wasmcloud/install.sh | 2 +- src/zellij/devcontainer-feature.json | 2 +- src/zellij/install.sh | 2 +- template/src/devcontainer-feature.json | 2 +- template/src/install.sh | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) diff --git a/src/bacon/devcontainer-feature.json b/src/bacon/devcontainer-feature.json index b9b67bd..ca4a9ca 100644 --- a/src/bacon/devcontainer-feature.json +++ b/src/bacon/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Bacon", "id": "bacon", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install bacon", "options": { }, diff --git a/src/bacon/install.sh b/src/bacon/install.sh index d581486..5450c1a 100644 --- a/src/bacon/install.sh +++ b/src/bacon/install.sh @@ -7,7 +7,7 @@ if ! which rustup > /dev/null; then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/cargo-audit/devcontainer-feature.json b/src/cargo-audit/devcontainer-feature.json index 3a2c4ab..1f84f6d 100644 --- a/src/cargo-audit/devcontainer-feature.json +++ b/src/cargo-audit/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Cargo Audit", "id": "cargo-audit", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install cargo audit", "options": { }, diff --git a/src/cargo-audit/install.sh b/src/cargo-audit/install.sh index 463e2ee..3913bef 100644 --- a/src/cargo-audit/install.sh +++ b/src/cargo-audit/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) dpkg -l | grep libssl3 || (apt update && apt install libssl3 libssl-dev -y -qq) diff --git a/src/cargo-binstall/devcontainer-feature.json b/src/cargo-binstall/devcontainer-feature.json index f4bd80d..fd02def 100644 --- a/src/cargo-binstall/devcontainer-feature.json +++ b/src/cargo-binstall/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Cargo Binstall", "id": "cargo-binstall", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install cargo binstall", "options": { "packages": { diff --git a/src/cargo-binstall/install.sh b/src/cargo-binstall/install.sh index 57471f3..8c3b0b9 100644 --- a/src/cargo-binstall/install.sh +++ b/src/cargo-binstall/install.sh @@ -11,7 +11,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) cargo install cargo-binstall diff --git a/src/cargo-bundle/devcontainer-feature.json b/src/cargo-bundle/devcontainer-feature.json index 6b7af5c..15401e2 100644 --- a/src/cargo-bundle/devcontainer-feature.json +++ b/src/cargo-bundle/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "cargo-bundle", "id": "cargo-bundle", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install cargo-bundle", "options": { }, diff --git a/src/cargo-bundle/install.sh b/src/cargo-bundle/install.sh index 5b6550f..1c9034b 100644 --- a/src/cargo-bundle/install.sh +++ b/src/cargo-bundle/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/cargo-deny/devcontainer-feature.json b/src/cargo-deny/devcontainer-feature.json index af33a8c..28c1f33 100644 --- a/src/cargo-deny/devcontainer-feature.json +++ b/src/cargo-deny/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Cargo Deny", "id": "cargo-deny", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install cargo deny", "options": { }, diff --git a/src/cargo-deny/install.sh b/src/cargo-deny/install.sh index 80954df..ce4d883 100644 --- a/src/cargo-deny/install.sh +++ b/src/cargo-deny/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/cargo-expand/devcontainer-feature.json b/src/cargo-expand/devcontainer-feature.json index ad4a80b..fb18b95 100644 --- a/src/cargo-expand/devcontainer-feature.json +++ b/src/cargo-expand/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Cargo Expand", "id": "cargo-expand", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install cargo expand", "options": { }, diff --git a/src/cargo-expand/install.sh b/src/cargo-expand/install.sh index 119186a..3b1e093 100644 --- a/src/cargo-expand/install.sh +++ b/src/cargo-expand/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/cargo-llvm-cov/devcontainer-feature.json b/src/cargo-llvm-cov/devcontainer-feature.json index d5d3f7b..acdf2ef 100644 --- a/src/cargo-llvm-cov/devcontainer-feature.json +++ b/src/cargo-llvm-cov/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Cargo LLVM Cov", "id": "cargo-llvm-cov", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install cargo-llvm-cov", "options": {}, "installsAfter": ["ghcr.io/devcontainers/features/rust", "ghcr.io/lee-orr/rusty-dev-containers/cargo-binstall"] diff --git a/src/cargo-llvm-cov/install.sh b/src/cargo-llvm-cov/install.sh index 2e648c2..fa2e418 100644 --- a/src/cargo-llvm-cov/install.sh +++ b/src/cargo-llvm-cov/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/cargo-make/devcontainer-feature.json b/src/cargo-make/devcontainer-feature.json index f9c377a..5b76358 100644 --- a/src/cargo-make/devcontainer-feature.json +++ b/src/cargo-make/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "cargo-make", "id": "cargo-make", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install cargo-make", "options": { }, diff --git a/src/cargo-make/install.sh b/src/cargo-make/install.sh index ce93473..811588d 100644 --- a/src/cargo-make/install.sh +++ b/src/cargo-make/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/cargo-mobile/devcontainer-feature.json b/src/cargo-mobile/devcontainer-feature.json index f67e1ba..c48e7d0 100644 --- a/src/cargo-mobile/devcontainer-feature.json +++ b/src/cargo-mobile/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "cargo-mobile", "id": "cargo-mobile", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install cargo-mobile", "options": { }, diff --git a/src/cargo-mobile/install.sh b/src/cargo-mobile/install.sh index ddc4edf..017612c 100644 --- a/src/cargo-mobile/install.sh +++ b/src/cargo-mobile/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) umask 002 cargo install --git https://github.com/BrainiumLLC/cargo-mobile \ No newline at end of file diff --git a/src/cargo-nextest/devcontainer-feature.json b/src/cargo-nextest/devcontainer-feature.json index 081b894..307237b 100644 --- a/src/cargo-nextest/devcontainer-feature.json +++ b/src/cargo-nextest/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "cargo-nextest", "id": "cargo-nextest", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install cargo-nextest", "options": { }, diff --git a/src/cargo-nextest/install.sh b/src/cargo-nextest/install.sh index 4260edc..5ca5c9e 100644 --- a/src/cargo-nextest/install.sh +++ b/src/cargo-nextest/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/cargo-watch/devcontainer-feature.json b/src/cargo-watch/devcontainer-feature.json index b61acf4..ebceb39 100644 --- a/src/cargo-watch/devcontainer-feature.json +++ b/src/cargo-watch/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Cargo Watch", "id": "cargo-watch", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install cargo watch", "options": { }, diff --git a/src/cargo-watch/install.sh b/src/cargo-watch/install.sh index d88a172..87ec87d 100644 --- a/src/cargo-watch/install.sh +++ b/src/cargo-watch/install.sh @@ -7,7 +7,7 @@ if ! which rustup > /dev/null; then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/cargo-web/devcontainer-feature.json b/src/cargo-web/devcontainer-feature.json index fdf7663..f65ce0d 100644 --- a/src/cargo-web/devcontainer-feature.json +++ b/src/cargo-web/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Cargo Web", "id": "cargo-web", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install cargo web", "options": { }, diff --git a/src/cargo-web/install.sh b/src/cargo-web/install.sh index 1b255b0..054a29d 100644 --- a/src/cargo-web/install.sh +++ b/src/cargo-web/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/cosmonic/devcontainer-feature.json b/src/cosmonic/devcontainer-feature.json index 53803bb..b1a00b8 100644 --- a/src/cosmonic/devcontainer-feature.json +++ b/src/cosmonic/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Cosmonic", "id": "cosmonic", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install Cosmonic", "options": { }, diff --git a/src/cosmonic/install.sh b/src/cosmonic/install.sh index bfb18c6..95576a7 100644 --- a/src/cosmonic/install.sh +++ b/src/cosmonic/install.sh @@ -7,7 +7,7 @@ if ! which rustup > /dev/null; then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) dpkg -l | grep pkg-config || (apt update && apt install pkg-config -y -qq) dpkg -l | grep libz-dev|| (apt update && apt install libz-dev -y -qq) dpkg -l | grep "ii git" || (apt update && apt install git -y -qq) diff --git a/src/dexterous_developer/devcontainer-feature.json b/src/dexterous_developer/devcontainer-feature.json index d1cd2ae..da86566 100644 --- a/src/dexterous_developer/devcontainer-feature.json +++ b/src/dexterous_developer/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Dexterous Developer", "id": "dexterous_developer", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install the dexterous_developer cli, a hot reload system for the bevy game engine, as well as the dependencies for compiling bevy on linux.", "options": { }, diff --git a/src/dexterous_developer/install.sh b/src/dexterous_developer/install.sh index 65d3c71..f57fcf6 100644 --- a/src/dexterous_developer/install.sh +++ b/src/dexterous_developer/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) dpkg -l | grep libssl-dev || (apt update && apt install libssl-dev -y -qq) dpkg -l | grep pkg-config || (apt update && apt install pkg-config -y -qq) diff --git a/src/dioxus/devcontainer-feature.json b/src/dioxus/devcontainer-feature.json index fd6a217..d63628c 100644 --- a/src/dioxus/devcontainer-feature.json +++ b/src/dioxus/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Dioxus", "id": "dioxus", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install dioxus", "options": { }, diff --git a/src/dioxus/install.sh b/src/dioxus/install.sh index 6d60b71..24b9b9e 100644 --- a/src/dioxus/install.sh +++ b/src/dioxus/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/fermyon-spin/devcontainer-feature.json b/src/fermyon-spin/devcontainer-feature.json index 08fe598..4dac363 100644 --- a/src/fermyon-spin/devcontainer-feature.json +++ b/src/fermyon-spin/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Fermyon Spin", "id": "fermyon-spin", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install Fermyon Spin", "options": { }, diff --git a/src/fermyon-spin/install.sh b/src/fermyon-spin/install.sh index cec81ba..0945b9c 100644 --- a/src/fermyon-spin/install.sh +++ b/src/fermyon-spin/install.sh @@ -7,7 +7,7 @@ if ! which rustup > /dev/null; then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) dpkg -l | grep libssl-dev || (apt update && apt install libssl-dev -y -qq) dpkg -l | grep pkg-config || (apt update && apt install pkg-config -y -qq) dpkg -l | grep "ii git" || (apt update && apt install git -y -qq) diff --git a/src/helix/devcontainer-feature.json b/src/helix/devcontainer-feature.json index b36efc5..db2280b 100644 --- a/src/helix/devcontainer-feature.json +++ b/src/helix/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Helix", "id": "helix", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install Helix", "options": { }, diff --git a/src/helix/install.sh b/src/helix/install.sh index d8a17c4..4eb0536 100644 --- a/src/helix/install.sh +++ b/src/helix/install.sh @@ -7,7 +7,7 @@ if ! which rustup > /dev/null; then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) dpkg -l | grep pkg-config || (apt update && apt install pkg-config -y -qq) dpkg -l | grep "ii git" || (apt update && apt install git -y -qq) diff --git a/src/honggfuzz/devcontainer-feature.json b/src/honggfuzz/devcontainer-feature.json index eee80f8..2722c7f 100644 --- a/src/honggfuzz/devcontainer-feature.json +++ b/src/honggfuzz/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Honggfuzz", "id": "honggfuzz", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install honggfuzz", "options": { }, diff --git a/src/honggfuzz/install.sh b/src/honggfuzz/install.sh index 21deb93..05001b1 100644 --- a/src/honggfuzz/install.sh +++ b/src/honggfuzz/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/mprocs/devcontainer-feature.json b/src/mprocs/devcontainer-feature.json index e5de59d..72d5bfc 100644 --- a/src/mprocs/devcontainer-feature.json +++ b/src/mprocs/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Mprocs", "id": "mprocs", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install mprocs", "options": { }, diff --git a/src/mprocs/install.sh b/src/mprocs/install.sh index e480f4e..65b1172 100644 --- a/src/mprocs/install.sh +++ b/src/mprocs/install.sh @@ -7,7 +7,7 @@ if ! which rustup > /dev/null; then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/rust_windows_msvc/devcontainer-feature.json b/src/rust_windows_msvc/devcontainer-feature.json index f8246d4..904c4ed 100644 --- a/src/rust_windows_msvc/devcontainer-feature.json +++ b/src/rust_windows_msvc/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Rust Windows MSVC", "id": "rust_windows_msvc", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install xwin & the x86_64-pc-windows-msvc target, allowing cross compilation of windows executables", "options": { }, diff --git a/src/rust_windows_msvc/install.sh b/src/rust_windows_msvc/install.sh index c04b171..36a1ab8 100644 --- a/src/rust_windows_msvc/install.sh +++ b/src/rust_windows_msvc/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/sccache/devcontainer-feature.json b/src/sccache/devcontainer-feature.json index 6b0b3de..d443468 100644 --- a/src/sccache/devcontainer-feature.json +++ b/src/sccache/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "sccache", "id": "sccache", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install sccache", "options": { }, diff --git a/src/sccache/install.sh b/src/sccache/install.sh index 3ce9431..6d3ee1b 100644 --- a/src/sccache/install.sh +++ b/src/sccache/install.sh @@ -7,7 +7,7 @@ if ! which rustup > /dev/null; then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/spin-message-trigger/devcontainer-feature.json b/src/spin-message-trigger/devcontainer-feature.json index 0a78531..9554a93 100644 --- a/src/spin-message-trigger/devcontainer-feature.json +++ b/src/spin-message-trigger/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Spin Message Trigger", "id": "spin-message-trigger", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install spin message trigger", "options": { }, diff --git a/src/spin-message-trigger/install.sh b/src/spin-message-trigger/install.sh index f010026..13bc5cf 100644 --- a/src/spin-message-trigger/install.sh +++ b/src/spin-message-trigger/install.sh @@ -9,7 +9,7 @@ if ! which rustup > /dev/null; then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) dpkg -l | grep libssl-dev || (apt update && apt install libssl-dev -y -qq) dpkg -l | grep pkg-config || (apt update && apt install pkg-config -y -qq) dpkg -l | grep "ii git" || (apt update && apt install git -y -qq) diff --git a/src/wasm-bindgen-cli/devcontainer-feature.json b/src/wasm-bindgen-cli/devcontainer-feature.json index 4a97d2b..fe31219 100644 --- a/src/wasm-bindgen-cli/devcontainer-feature.json +++ b/src/wasm-bindgen-cli/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "wasm bindgen cli", "id": "wasm-bindgen-cli", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install wasm-bingen-cli", "options": { }, diff --git a/src/wasm-bindgen-cli/install.sh b/src/wasm-bindgen-cli/install.sh index 2146763..d9a7826 100644 --- a/src/wasm-bindgen-cli/install.sh +++ b/src/wasm-bindgen-cli/install.sh @@ -7,7 +7,7 @@ if ! which rustup > /dev/null; then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/src/wasm-server-runner/devcontainer-feature.json b/src/wasm-server-runner/devcontainer-feature.json index 3930eee..6aeb8bd 100644 --- a/src/wasm-server-runner/devcontainer-feature.json +++ b/src/wasm-server-runner/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Wasm Server Runner", "id": "wasm-server-runner", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install wasm server runner", "options": { }, diff --git a/src/wasm-server-runner/install.sh b/src/wasm-server-runner/install.sh index 272e6bd..621b82d 100644 --- a/src/wasm-server-runner/install.sh +++ b/src/wasm-server-runner/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) umask 002 cargo install wasm-server-runner -f diff --git a/src/wasm32-unknown-unknown/devcontainer-feature.json b/src/wasm32-unknown-unknown/devcontainer-feature.json index 724ccac..b2ce67d 100644 --- a/src/wasm32-unknown-unknown/devcontainer-feature.json +++ b/src/wasm32-unknown-unknown/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Rust wasm32_unknown_unknown", "id": "wasm32-unknown-unknown", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install wasm32_unknown_unknown", "options": { }, diff --git a/src/wasm32-unknown-unknown/install.sh b/src/wasm32-unknown-unknown/install.sh index ac7878e..b12ad28 100644 --- a/src/wasm32-unknown-unknown/install.sh +++ b/src/wasm32-unknown-unknown/install.sh @@ -7,6 +7,6 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) rustup target add wasm32-unknown-unknown \ No newline at end of file diff --git a/src/wasmcloud/devcontainer-feature.json b/src/wasmcloud/devcontainer-feature.json index c15d2e9..554d558 100644 --- a/src/wasmcloud/devcontainer-feature.json +++ b/src/wasmcloud/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Wasmcloud", "id": "wasmcloud", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install Wasmcloud", "options": { }, diff --git a/src/wasmcloud/install.sh b/src/wasmcloud/install.sh index f734e06..15cf920 100644 --- a/src/wasmcloud/install.sh +++ b/src/wasmcloud/install.sh @@ -7,7 +7,7 @@ if ! which rustup > /dev/null; then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) dpkg -l | grep pkg-config || (apt update && apt install pkg-config -y -qq) dpkg -l | grep libz-dev|| (apt update && apt install libz-dev -y -qq) dpkg -l | grep "ii git" || (apt update && apt install git -y -qq) diff --git a/src/zellij/devcontainer-feature.json b/src/zellij/devcontainer-feature.json index 85a9efe..675c7f3 100644 --- a/src/zellij/devcontainer-feature.json +++ b/src/zellij/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Zellij", "id": "zellij", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install zellij", "options": { }, diff --git a/src/zellij/install.sh b/src/zellij/install.sh index cab9222..3d22873 100644 --- a/src/zellij/install.sh +++ b/src/zellij/install.sh @@ -7,7 +7,7 @@ if ! which rustup > /dev/null; then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq) diff --git a/template/src/devcontainer-feature.json b/template/src/devcontainer-feature.json index 4ef6dff..8555f18 100644 --- a/template/src/devcontainer-feature.json +++ b/template/src/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "upercase_title", "id": "feature_id", - "version": "0.1.5", + "version": "0.1.6", "description": "A feature to install lowercase_title", "options": { }, diff --git a/template/src/install.sh b/template/src/install.sh index f31974c..cb517b7 100644 --- a/template/src/install.sh +++ b/template/src/install.sh @@ -7,7 +7,7 @@ if ! (which rustup > /dev/null && which cargo > /dev/null); then source $HOME/.cargo/env fi -dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) +dpkg -l | grep build-essential || (apt update && apt install build-essential -- -y -qq)