Skip to content

Commit 0dd0edc

Browse files
bootstrap: code cleanup
1 parent 70423d6 commit 0dd0edc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

install/bootstrap_apps_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

install/fedora/shell/dnf.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
8686
fedora_dnf_config_manager_add_repo() {
8787
message_info_show "$1 repo to add ..."
8888
# Must use default sudo setting. Hence no: -u <user_name>

0 commit comments

Comments
 (0)