File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ if is_profile_admin_or_similar; then
463463 is_cli_priority " critical" && homebrew_brew_install " starship" # Cross platfrom shell prompt
464464
465465 # terminfo database
466- is_cli_priority " critical" && is_fedora && fedora_dnf_install " ncurses-term" # ncurses v6.2+'s terminfo database with kitty/alacritty terminal support
466+ is_cli_priority " critical" && is_fedora && fedora_dnf_install " ncurses-term" # ncurses v6.2+'s terminfo database with kitty/alacritty/ghostty terminal support
467467 is_cli_priority " critical" && is_macos && homebrew_brew_install " ncurses" # Starting with macOS Sonoma's built-in ncurses, kitty/alacritty terminal is supported
468468 is_cli_priority " critical" && is_archl && archlinux_pacman_install " ncurses" # ncurses v6.2+'s terminfo database with kitty/alacritty terminal support
469469
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ fedora_dnf_install() {
1515 fi
1616
1717 case " $1 " in
18- * ' ://' * )
18+ * ' ://' * )
1919 # Package is a URL to probably a RPM file
2020 local pre_args1=" __commit_aggregated__"
2121 ;;
@@ -82,7 +82,7 @@ fedora_dnf_update_repo_metadata() {
8282 sudo ${SUDO_OPTIONS} dnf upgrade --refresh -y
8383}
8484
85- # param1: repo url
85+ # param1: repo url
8686fedora_dnf_config_manager_add_repo () {
8787 message_info_show " $1 repo to add ..."
8888 # Must use default sudo setting. Hence no: -u <user_name>
You can’t perform that action at this time.
0 commit comments