We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbea42 commit 2f168f2Copy full SHA for 2f168f2
1 file changed
pkg/starship/debian-starship.sh
@@ -1,6 +1,11 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
+# This is only available in Ubuntu 25.10+
5
# Install starship CLI via apt
-sudo apt-get update
6
-sudo apt-get install -y starship
+# sudo apt-get update
7
+# sudo apt-get install -y starship
8
+
9
+# Install using official script
10
+# https://starship.rs/guide/#%F0%9F%9A%80-installation
11
+sh -c "$(curl -fsSL https://starship.rs/install.sh)"
0 commit comments