Skip to content

Commit

Permalink
Updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Feb 19, 2022
1 parent c620581 commit 2137f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ package() {
PKGNAME=dots
PKGDIR="${pkgdir}"
export PKGDIR PKGNAME
sudo ./install
./install
}
2 changes: 1 addition & 1 deletion PKGBUILD.dev
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ package() {
PKGNAME=dots
PKGDIR="${pkgdir}"
export PKGDIR PKGNAME
sudo ./install
./install
}

0 comments on commit 2137f98

Please sign in to comment.