Fix hook error

This commit is contained in:
Tipragot 2023-09-09 09:34:00 +02:00
parent e3ffbae0de
commit 888456fb5b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
pkgver='0.1.1'
pkgver='0.1.2'
pkgrel='1'
depends=('tos-core' 'rsync')
source=('tos-dotfiles.hook')

View file

@ -9,4 +9,4 @@ Target = tos-*
Description = Update user dotfiles
Depends = tos-dotfiles
When = PostTransaction
Exec = rsync -r --chown=me:me /etc/tos/dotfiles/* /home/me/
Exec = /usr/bin/rsync -r --chown=me:me /etc/tos/dotfiles/* /home/me/