save point

This commit is contained in:
Paul M 2023-09-23 19:26:45 -05:00
parent e3359be459
commit 6b681df935
4 changed files with 130 additions and 96 deletions

View file

@ -34,6 +34,7 @@ function restore_config() {
apt install -y $(cat $aptpkgfile | awk '{print $1}')
# we should be set app wise now the configs
cp -R etc/ /etc
cprint 3 "You may want to reboot for changes to take effect"
cprint 2 "Done!"
}