|
|
@ -11,7 +11,7 @@ function get_os () {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
APP=starship
|
|
|
|
APP=starship
|
|
|
|
VERSION=${VERSION:-1.12.0}
|
|
|
|
VERSION=${VERSION:-1.14.2}
|
|
|
|
DEST="${XDG_DATA_HOME}/apps/releases/${APP}"
|
|
|
|
DEST="${XDG_DATA_HOME}/apps/releases/${APP}"
|
|
|
|
URL=https://github.com/starship/starship/releases/download/v${VERSION}/starship-$(uname -m)-$(get_os).tar.gz
|
|
|
|
URL=https://github.com/starship/starship/releases/download/v${VERSION}/starship-$(uname -m)-$(get_os).tar.gz
|
|
|
|
|
|
|
|
|
|
|
|