Housekeeping resotre had a extra line and a change to restore process
This commit is contained in:
parent
d74929f654
commit
227c83867c
4 changed files with 17 additions and 3 deletions
|
@ -30,6 +30,10 @@ function press_enter() {
|
|||
clear
|
||||
}
|
||||
|
||||
function pacman() {
|
||||
command pacman --noconfirm "$@"
|
||||
}
|
||||
|
||||
function restore_config() {
|
||||
cprint 2 "Restoring system..."
|
||||
sleep 1
|
||||
|
@ -42,7 +46,7 @@ function restore_config() {
|
|||
if [ -f ./exclusions ]; then
|
||||
exclusions # this runs exclusions
|
||||
fi
|
||||
pacman -S - < $aptpkgfile
|
||||
pacman --noconfirm -S - < $aptpkgfile
|
||||
# we should be set app wise now the configs
|
||||
#cp -Rf etc/ /etc
|
||||
rsync -avh --delete --progress etc/ /etc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue