We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1ae85 commit 8c6eab9Copy full SHA for 8c6eab9
2 files changed
src/personal-setup/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "personal-setup",
3
- "version": "2.0.0",
+ "version": "3.0.0",
4
"name": "Personal Setup",
5
"description": "Sets up my desired software and configuration for any devcontainer environment.",
6
"mounts": [
src/personal-setup/install.sh
@@ -12,10 +12,10 @@ echo "Installing packages for distribution: $ID"
12
case "$ID" in
13
debian|ubuntu)
14
apt-get update
15
- apt-get install -y fish git-delta rcm tree openssh-client
+ apt-get install -y fzf git-delta rcm tree openssh-client
16
;;
17
fedora)
18
- dnf install -y fish git-delta rcm tree openssh-clients
+ dnf install -y fzf git-delta rcm tree openssh-clients
19
20
*)
21
echo "Error: Unsupported distribution: $ID"
0 commit comments