Skip to content

Commit 90bc7c8

Browse files
committed
🛠 [fix][starship] Fix ubuntu install
1 parent 2f168f2 commit 90bc7c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/starship/debian-starship.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ set -euo pipefail
88

99
# Install using official script
1010
# https://starship.rs/guide/#%F0%9F%9A%80-installation
11-
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
11+
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --yes

0 commit comments

Comments
 (0)