diff --git a/src/bacon/devcontainer-feature.json b/src/bacon/devcontainer-feature.json index 12e8ede..6ba775d 100644 --- a/src/bacon/devcontainer-feature.json +++ b/src/bacon/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Bacon", "id": "bacon", - "version": "0.1.2", + "version": "0.1.3", "description": "A feature to install bacon", "options": { }, diff --git a/src/bacon/install.sh b/src/bacon/install.sh index 2fa8c9e..3f7d0b2 100644 --- a/src/bacon/install.sh +++ b/src/bacon/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/cargo-audit/devcontainer-feature.json b/src/cargo-audit/devcontainer-feature.json index 10212b1..99536ab 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.2", + "version": "0.1.3", "description": "A feature to install cargo audit", "options": { }, diff --git a/src/cargo-audit/install.sh b/src/cargo-audit/install.sh index 1e49564..fc500a1 100644 --- a/src/cargo-audit/install.sh +++ b/src/cargo-audit/install.sh @@ -11,7 +11,7 @@ dpkg -l | grep build-essential || (apt update && apt install build-essential -y dpkg -l | grep libssl3 || (apt update && apt install libssl3 libssl-dev -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/cargo-binstall/devcontainer-feature.json b/src/cargo-binstall/devcontainer-feature.json index 5125cb6..6fc8e8f 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.2", + "version": "0.1.3", "description": "A feature to install cargo binstall", "options": { "packages": { diff --git a/src/cargo-bundle/devcontainer-feature.json b/src/cargo-bundle/devcontainer-feature.json index 5ce6b01..fb3d7c3 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.2", + "version": "0.1.3", "description": "A feature to install cargo-bundle", "options": { }, diff --git a/src/cargo-bundle/install.sh b/src/cargo-bundle/install.sh index 1f2084d..1cf9e2d 100644 --- a/src/cargo-bundle/install.sh +++ b/src/cargo-bundle/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/cargo-deny/devcontainer-feature.json b/src/cargo-deny/devcontainer-feature.json index 966e86e..22f8a45 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.2", + "version": "0.1.3", "description": "A feature to install cargo deny", "options": { }, diff --git a/src/cargo-deny/install.sh b/src/cargo-deny/install.sh index 9333a28..e89726c 100644 --- a/src/cargo-deny/install.sh +++ b/src/cargo-deny/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/cargo-expand/devcontainer-feature.json b/src/cargo-expand/devcontainer-feature.json index 918ef2c..57c5ab5 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.2", + "version": "0.1.3", "description": "A feature to install cargo expand", "options": { }, diff --git a/src/cargo-expand/install.sh b/src/cargo-expand/install.sh index e4b48f1..bc09cf4 100644 --- a/src/cargo-expand/install.sh +++ b/src/cargo-expand/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/cargo-llvm-cov/devcontainer-feature.json b/src/cargo-llvm-cov/devcontainer-feature.json index 69310fc..542a06f 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.2", + "version": "0.1.3", "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 1266f67..b1e9d6c 100644 --- a/src/cargo-llvm-cov/install.sh +++ b/src/cargo-llvm-cov/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/cargo-make/devcontainer-feature.json b/src/cargo-make/devcontainer-feature.json index 5fc833e..726477b 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.2", + "version": "0.1.3", "description": "A feature to install cargo-make", "options": { }, diff --git a/src/cargo-make/install.sh b/src/cargo-make/install.sh index c53f680..09c2da9 100644 --- a/src/cargo-make/install.sh +++ b/src/cargo-make/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/cargo-mobile/devcontainer-feature.json b/src/cargo-mobile/devcontainer-feature.json index d40e388..10a9734 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.2", + "version": "0.1.3", "description": "A feature to install cargo-mobile", "options": { }, diff --git a/src/cargo-nextest/devcontainer-feature.json b/src/cargo-nextest/devcontainer-feature.json index 397623c..ed278a1 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.2", + "version": "0.1.3", "description": "A feature to install cargo-nextest", "options": { }, diff --git a/src/cargo-nextest/install.sh b/src/cargo-nextest/install.sh index f90cdf9..2db8fef 100644 --- a/src/cargo-nextest/install.sh +++ b/src/cargo-nextest/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/cargo-watch/devcontainer-feature.json b/src/cargo-watch/devcontainer-feature.json index 397cabb..d4dec97 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.2", + "version": "0.1.3", "description": "A feature to install cargo watch", "options": { }, diff --git a/src/cargo-watch/install.sh b/src/cargo-watch/install.sh index 95b85a9..8ac7af9 100644 --- a/src/cargo-watch/install.sh +++ b/src/cargo-watch/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/cargo-web/devcontainer-feature.json b/src/cargo-web/devcontainer-feature.json index 96b8621..882111a 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.2", + "version": "0.1.3", "description": "A feature to install cargo web", "options": { }, diff --git a/src/cargo-web/install.sh b/src/cargo-web/install.sh index 754b494..b322f9e 100644 --- a/src/cargo-web/install.sh +++ b/src/cargo-web/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/cosmonic/devcontainer-feature.json b/src/cosmonic/devcontainer-feature.json index dba3c16..a44fb70 100644 --- a/src/cosmonic/devcontainer-feature.json +++ b/src/cosmonic/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Cosmonic", "id": "cosmonic", - "version": "0.1.2", + "version": "0.1.3", "description": "A feature to install Cosmonic", "options": { }, diff --git a/src/dexterous_developer/devcontainer-feature.json b/src/dexterous_developer/devcontainer-feature.json index d582470..64f5055 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.2", + "version": "0.1.3", "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 30ba39e..c7db5d6 100644 --- a/src/dexterous_developer/install.sh +++ b/src/dexterous_developer/install.sh @@ -12,7 +12,7 @@ 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) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi apt install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev clang lld mold diff --git a/src/dioxus/devcontainer-feature.json b/src/dioxus/devcontainer-feature.json index bb995da..8268995 100644 --- a/src/dioxus/devcontainer-feature.json +++ b/src/dioxus/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Dioxus", "id": "dioxus", - "version": "0.1.2", + "version": "0.1.3", "description": "A feature to install dioxus", "options": { }, diff --git a/src/dioxus/install.sh b/src/dioxus/install.sh index 6983bed..e2a7e47 100644 --- a/src/dioxus/install.sh +++ b/src/dioxus/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/fermyon-spin/devcontainer-feature.json b/src/fermyon-spin/devcontainer-feature.json index 96a6503..3ccdd8d 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.2", + "version": "0.1.3", "description": "A feature to install Fermyon Spin", "options": { }, diff --git a/src/helix/devcontainer-feature.json b/src/helix/devcontainer-feature.json index fd6e2e3..ef719c3 100644 --- a/src/helix/devcontainer-feature.json +++ b/src/helix/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Helix", "id": "helix", - "version": "0.1.2", + "version": "0.1.3", "description": "A feature to install Helix", "options": { }, diff --git a/src/honggfuzz/devcontainer-feature.json b/src/honggfuzz/devcontainer-feature.json index a2db436..5eafa2f 100644 --- a/src/honggfuzz/devcontainer-feature.json +++ b/src/honggfuzz/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Honggfuzz", "id": "honggfuzz", - "version": "0.1.2", + "version": "0.1.3", "description": "A feature to install honggfuzz", "options": { }, diff --git a/src/honggfuzz/install.sh b/src/honggfuzz/install.sh index 8d7e9b7..b7bfee6 100644 --- a/src/honggfuzz/install.sh +++ b/src/honggfuzz/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/mprocs/devcontainer-feature.json b/src/mprocs/devcontainer-feature.json index 3637f1b..5c4a0d0 100644 --- a/src/mprocs/devcontainer-feature.json +++ b/src/mprocs/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Mprocs", "id": "mprocs", - "version": "0.1.2", + "version": "0.1.3", "description": "A feature to install mprocs", "options": { }, diff --git a/src/mprocs/install.sh b/src/mprocs/install.sh index 8d2bb3b..84595d8 100644 --- a/src/mprocs/install.sh +++ b/src/mprocs/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/rust_windows_msvc/devcontainer-feature.json b/src/rust_windows_msvc/devcontainer-feature.json index c7d74d4..22a2518 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.2", + "version": "0.1.3", "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 44423f1..3509552 100644 --- a/src/rust_windows_msvc/install.sh +++ b/src/rust_windows_msvc/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi rustup target add x86_64-pc-windows-msvc diff --git a/src/sccache/devcontainer-feature.json b/src/sccache/devcontainer-feature.json index ed45cd6..1c8c251 100644 --- a/src/sccache/devcontainer-feature.json +++ b/src/sccache/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "sccache", "id": "sccache", - "version": "0.1.2", + "version": "0.1.3", "description": "A feature to install sccache", "options": { }, diff --git a/src/sccache/install.sh b/src/sccache/install.sh index 71a85bf..5f44723 100644 --- a/src/sccache/install.sh +++ b/src/sccache/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/spin-message-trigger/devcontainer-feature.json b/src/spin-message-trigger/devcontainer-feature.json index 7ef65b8..f026568 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.2", + "version": "0.1.3", "description": "A feature to install spin message trigger", "options": { }, diff --git a/src/wasm-bindgen-cli/devcontainer-feature.json b/src/wasm-bindgen-cli/devcontainer-feature.json index 974f886..8f4a0bc 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.2", + "version": "0.1.3", "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 ff35d7d..12570cf 100644 --- a/src/wasm-bindgen-cli/install.sh +++ b/src/wasm-bindgen-cli/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/src/wasm-server-runner/devcontainer-feature.json b/src/wasm-server-runner/devcontainer-feature.json index 81ed029..7b4544e 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.2", + "version": "0.1.3", "description": "A feature to install wasm server runner", "options": { }, diff --git a/src/wasm32-unknown-unknown/devcontainer-feature.json b/src/wasm32-unknown-unknown/devcontainer-feature.json index f2754b0..dc97fc0 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.2", + "version": "0.1.3", "description": "A feature to install wasm32_unknown_unknown", "options": { }, diff --git a/src/wasmcloud/devcontainer-feature.json b/src/wasmcloud/devcontainer-feature.json index ff81f10..fc9d53b 100644 --- a/src/wasmcloud/devcontainer-feature.json +++ b/src/wasmcloud/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Wasmcloud", "id": "wasmcloud", - "version": "0.1.2", + "version": "0.1.3", "description": "A feature to install Wasmcloud", "options": { }, diff --git a/src/zellij/devcontainer-feature.json b/src/zellij/devcontainer-feature.json index 6d0a148..9ff493b 100644 --- a/src/zellij/devcontainer-feature.json +++ b/src/zellij/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Zellij", "id": "zellij", - "version": "0.1.2", + "version": "0.1.3", "description": "A feature to install zellij", "options": { }, diff --git a/src/zellij/install.sh b/src/zellij/install.sh index 1e808d2..548b99e 100644 --- a/src/zellij/install.sh +++ b/src/zellij/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002 diff --git a/template/src/devcontainer-feature.json b/template/src/devcontainer-feature.json index e73d1c7..09d6601 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.2", + "version": "0.1.3", "description": "A feature to install lowercase_title", "options": { }, diff --git a/template/src/install.sh b/template/src/install.sh index 1f452f5..4a2ad78 100644 --- a/template/src/install.sh +++ b/template/src/install.sh @@ -10,7 +10,7 @@ fi dpkg -l | grep build-essential || (apt update && apt install build-essential -y -qq) if ! cargo install --list | grep "cargo-binstall" > /dev/null; then - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash + cargo install cargo-binstall fi umask 002