fix
This commit is contained in:
parent
7d22bdf150
commit
35ae090759
2 changed files with 3 additions and 0 deletions
BIN
.Conky.tar.xz
BIN
.Conky.tar.xz
Binary file not shown.
|
@ -322,6 +322,8 @@ EOT
|
|||
yaourtinstall firefox-ublock-origin
|
||||
yaourtinstall firefox-umatrix
|
||||
yaourtinstall zramswap
|
||||
systemctl enable zramswap.service
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -571,6 +573,7 @@ if [ "${vollinstallation}" != "n" ]; then
|
|||
# .Conky
|
||||
tar -vxJf /root/${repo}/.Conky.tar.xz -C /opt/
|
||||
chmod 755 -Rv /opt/.Conky/
|
||||
touch /root/notes.txt
|
||||
|
||||
# .config
|
||||
tar -vxJf /root/${repo}/.config.tar.xz -C /root/
|
||||
|
|
Loading…
Reference in a new issue