Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Jul 24, 2024
1 parent 439f7d0 commit e002cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ install_dnf_ctags() {
}

install_dnf() {
message "install dependencies with dnf"
info "install dependencies with dnf"
sudo dnf check-update

# neovim
Expand Down Expand Up @@ -285,7 +285,7 @@ install_dnf() {
# packman: manjaro/archlinux {

install_pacman() {
message "install dependencies with pacman"
info "install dependencies with pacman"
sudo pacman -Syy

# neovim
Expand Down

0 comments on commit e002cf5

Please sign in to comment.