cleanup, add pinentry
This commit is contained in:
parent
8565424e99
commit
63c7a87119
|
@ -99,7 +99,7 @@ install_packages() {
|
|||
install_files() {
|
||||
(
|
||||
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!"
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/usr/bin/pinentry-gnome3
|
|
@ -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
|
Reference in New Issue