Skip to content

Commit 55dd1eb

Browse files
committed
Update rust install in container
1 parent 3c08386 commit 55dd1eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/devcontainer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ print_details
1313

1414
apt_update
1515
apt_install \
16-
cargo \
1716
fzf \
1817
golang-go \
1918
npm \
@@ -25,6 +24,8 @@ apt_install \
2524
unzip \
2625
zsh
2726

27+
rust_install
28+
2829
# change to zsh as default shell
2930
sudo chsh -s /usr/bin/zsh
3031

0 commit comments

Comments
 (0)