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
|
||||
fi
|
||||
|
||||
# .config
|
||||
tar -vxJf /opt/${repo}/.config.tar.xz -C /root/
|
||||
gnomeconfig
|
||||
|
||||
|
||||
if [ "$vollinstallation" != "n" ]
|
||||
then
|
||||
check
|
||||
|
@ -642,10 +647,6 @@ if [ "${vollinstallation}" != "n" ]; then
|
|||
chmod 755 -Rv /opt/.Conky/
|
||||
touch /root/notes.txt
|
||||
|
||||
# .config
|
||||
tar -vxJf /opt/${repo}/.config.tar.xz -C /root/
|
||||
gnomeconfig
|
||||
|
||||
# .xscreensaver
|
||||
cp /opt/${repo}/.xscreensaver /root/
|
||||
|
||||
|
|
Loading…
Reference in a new issue