fix
This commit is contained in:
parent
2372d7d813
commit
3765ef079e
1 changed files with 5 additions and 4 deletions
|
@ -344,6 +344,11 @@ if [ -f /var/lib/pacman/db.lck ];then
|
||||||
rm /var/lib/pacman/db.lck
|
rm /var/lib/pacman/db.lck
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# .config
|
||||||
|
tar -vxJf /opt/${repo}/.config.tar.xz -C /root/
|
||||||
|
gnomeconfig
|
||||||
|
|
||||||
|
|
||||||
if [ "$vollinstallation" != "n" ]
|
if [ "$vollinstallation" != "n" ]
|
||||||
then
|
then
|
||||||
check
|
check
|
||||||
|
@ -642,10 +647,6 @@ if [ "${vollinstallation}" != "n" ]; then
|
||||||
chmod 755 -Rv /opt/.Conky/
|
chmod 755 -Rv /opt/.Conky/
|
||||||
touch /root/notes.txt
|
touch /root/notes.txt
|
||||||
|
|
||||||
# .config
|
|
||||||
tar -vxJf /opt/${repo}/.config.tar.xz -C /root/
|
|
||||||
gnomeconfig
|
|
||||||
|
|
||||||
# .xscreensaver
|
# .xscreensaver
|
||||||
cp /opt/${repo}/.xscreensaver /root/
|
cp /opt/${repo}/.xscreensaver /root/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue