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 399b9e2 commit 8f26185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ package() {
git fetch --tags
latest_release=$(git describe --tags "$(git rev-list --tags --max-count=1)")
git checkout "${latest_release}"
PKGNAME=dots sudo ./install
export PKGNAME=dots
sudo ./install
}
3 changes: 2 additions & 1 deletion PKGBUILD.dev
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ pkgver() {

package() {
cd dotfiles || exit 1
PKGNAME=dots sudo ./install
export PKGNAME=dots
sudo ./install
}

0 comments on commit 8f26185

Please sign in to comment.