File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " charmbracelet/gum" ,
33 "id" : " charmbracelet-gum" ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "description" : " Install \" gum\" binary" ,
66 "documentationURL" : " https://github.com/devcontainer-community/devcontainer-features/tree/main/src/charmbracelet-gum" ,
77 "options" : {
Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ curl_download_untar() {
8383}
8484debian_get_arch () {
8585 arch=$( uname -m)
86- # if [[ "$arch" == "aarch64 " ]]; then
87- # arch="arm64"
88- # elif [[ "$arch" == "x86_64" ]]; then
89- # arch="x64 "
90- # fi
86+ if [[ " $arch " == " arm64 " ]]; then
87+ arch=" arm64"
88+ elif [[ " $arch " == " x86_64" ]]; then
89+ arch=" x86_64 "
90+ fi
9191 echo " $arch "
9292# echo "$(dpkg --print-architecture)" --- IGNORE ---
9393}
You can’t perform that action at this time.
0 commit comments