diff --git a/restore.deb.bash b/restore.deb.bash index b0b67f3..65c2dfd 100755 --- a/restore.deb.bash +++ b/restore.deb.bash @@ -1,6 +1,7 @@ #!/bin/bash source ./restore.lib.bash +export DEBIAN_FRONTEND=noninteractive function cprint () { color="$1" @@ -51,6 +52,7 @@ function restore_config() { # we should be set app wise now the configs cp -R etc/ /etc + chown -R _apt /etc/apt cprint 3 "You may want to reboot for changes to take effect" cprint 2 "Done!" }