diff --git a/bootstrap.sh b/bootstrap.sh index f8cbe88..ee00527 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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!" } diff --git a/files/etc/profile.d/colorls.sh b/files/etc/profile.d/colorls.sh deleted file mode 100644 index e69de29..0000000 diff --git a/files/usr/bin/pinentry b/files/usr/bin/pinentry new file mode 120000 index 0000000..2b46cd8 --- /dev/null +++ b/files/usr/bin/pinentry @@ -0,0 +1 @@ +/usr/bin/pinentry-gnome3 \ No newline at end of file diff --git a/files/var/spool/cron/ b/files/var/spool/cron/ deleted file mode 100644 index b264369..0000000 --- a/files/var/spool/cron/ +++ /dev/null @@ -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