1
0
Fork 0

cleanup, add pinentry

This commit is contained in:
Luca Bilke 2024-03-28 16:22:40 +01:00
parent 8565424e99
commit 63c7a87119
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
4 changed files with 2 additions and 5 deletions

View File

@ -99,7 +99,7 @@ install_packages() {
install_files() { install_files() {
( (
cd "${SCRIPT_DIR}/files" || exit 1 cd "${SCRIPT_DIR}/files" || exit 1
find . -type f,l -exec install -Dm 644 "{}" "/{}" \; find . -type f,l -exec install -Dm 644 -o root -g root "{}" "/{}" \;
) )
info "Done!" info "Done!"
} }

1
files/usr/bin/pinentry Symbolic link
View File

@ -0,0 +1 @@
/usr/bin/pinentry-gnome3

View File

@ -1,4 +0,0 @@
*/15 * * * * . $HOME/.local/share/cronprofile; trash-prune
0 * * * * . $HOME/.local/share/cronprofile; checkup
15 * * * * . xlocate -S
30 * * * * . $HOME/.local/share/cronprofile; backup >$HOME/.local/log/backup.log 2>&1