Skip to content

Commit

Permalink
fix: correct navi installation
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Nov 1, 2024
1 parent e108cc5 commit 067019c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/navi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ main_pacman() {
main() {
configfile navi

navi repo add denisidoro/navi-tldr-pages
user=denisidoro
repo=navi-tldr-pages
clone "https://github.com/${user}/${repo}" "$(navi info cheats-path)" "${user}__${repo}"
}

main_parham() {
Expand Down

0 comments on commit 067019c

Please sign in to comment.