update-fix
This commit is contained in:
parent
861dd892c4
commit
01009692b7
1 changed files with 2 additions and 2 deletions
|
@ -774,7 +774,7 @@ if [ "$version" != "lite" ] && [ "$skip" != "skip" ]; then
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$skip" != "skip" ]; then
|
#if [ "$skip" != "skip" ]; then
|
||||||
# .config
|
# .config
|
||||||
if [ -d /root/.config ]; then
|
if [ -d /root/.config ]; then
|
||||||
rm -Rv /root/.config
|
rm -Rv /root/.config
|
||||||
|
@ -783,7 +783,7 @@ if [ "$skip" != "skip" ]; then
|
||||||
tar -vxJf /opt/${repo}/.config.tar.xz -C /root/.config/
|
tar -vxJf /opt/${repo}/.config.tar.xz -C /root/.config/
|
||||||
gnomeconfig
|
gnomeconfig
|
||||||
copyconfig
|
copyconfig
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
if pacman -Qdtq; then
|
if pacman -Qdtq; then
|
||||||
echo "Verwaiste Packete werden entfernt :)"
|
echo "Verwaiste Packete werden entfernt :)"
|
||||||
|
|
Loading…
Reference in a new issue