Housekeeping resotre had a extra line and a change to restore process

This commit is contained in:
kake26 2024-08-09 15:03:49 -05:00
parent d74929f654
commit 227c83867c
Signed by: kake26
GPG key ID: E8AFC43591876B4D
4 changed files with 17 additions and 3 deletions

View file

@ -50,7 +50,7 @@ function restore_config() {
$cpapp -Rf etc/apt/ /etc
chown -R _apt /etc/apt
apt update
apt upgrade -y
apt full-upgrade -y
apt install -y rsync
# now the programs installed via apt before we restore configs
if [ -f ./exclusions ]; then