Skip to content

Commit

Permalink
fix(nnn): delete nnn update plugin from update script
Browse files Browse the repository at this point in the history
#266 fixed
  • Loading branch information
CelticBoozer committed Nov 9, 2024
1 parent c4e63ee commit b0b477a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .bin/upgrade-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ paru -Sccd
# Update github repos
printf "\e[36mUpdate submodules:\e[0m\n"
git submodule update --recursive --remote

# Update nnn plugins
printf "\e[36mUpdate nnn plugins:\e[0m\n"
sh -c "$(curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs)"

0 comments on commit b0b477a

Please sign in to comment.