Open
Description
When installing features dioxus:0.1.8
and wasm-server-runner:0.1.8
, but it would apply similarly to all the features using the same binstall template, I'm getting
./install.sh: line 23: !cargo: command not found
The problem is that in the bash in the mcr.microsoft.com/devcontainers/rust:1-1-bookworm
image the !
must be separated from the command by whitespace. Which is the case in the preceding two conditions, but not in the last one.
Metadata
Metadata
Assignees
Labels
No labels