config_fix
This commit is contained in:
parent
ade5f11b9a
commit
c938227ae7
1 changed files with 3 additions and 4 deletions
|
@ -385,10 +385,6 @@ fi
|
|||
mkdir -p /root/.config
|
||||
compress restore /opt/${repo}/.config.tar.pxz /root/.config/
|
||||
gnomeconfig
|
||||
copyconfig
|
||||
|
||||
|
||||
|
||||
|
||||
# set system startup files
|
||||
echo "System startup files"
|
||||
|
@ -800,6 +796,9 @@ if [ "$version" != "lite" ] && [ "$skip" != "skip" ]; then
|
|||
|
||||
fi
|
||||
|
||||
echo "Kopiere Config zum User"
|
||||
copyconfig
|
||||
|
||||
if pacman -Qdtq; then
|
||||
echo "Verwaiste Packete werden entfernt :)"
|
||||
pacman -Rsn $(pacman -Qdtq) --noconfirm
|
||||
|
|
Loading…
Reference in a new issue