final-fix
This commit is contained in:
parent
335fb9b90f
commit
aa5cc85955
3 changed files with 4 additions and 1 deletions
BIN
.Conky.tar.xz
Executable file → Normal file
BIN
.Conky.tar.xz
Executable file → Normal file
Binary file not shown.
BIN
.config.tar.xz
BIN
.config.tar.xz
Binary file not shown.
|
@ -566,8 +566,11 @@ if [ "${vollinstallation}" != "n" ]; then
|
|||
mkdir -p /proc/sys/net/ipv4/
|
||||
echo 1 > /proc/sys/net/ipv4/ip_forward
|
||||
|
||||
# .Conky
|
||||
tar -vxJf /root/${repo}/.Conky.tar.xz -C /opt/
|
||||
chmod 755 -Rv /opt/.Conky/
|
||||
|
||||
# .config
|
||||
tar -vxJf /root/${repo}/.Conky.tar.xz -C /root/
|
||||
tar -vxJf /root/${repo}/.config.tar.xz -C /root/
|
||||
gnomeconfig
|
||||
|
||||
|
|
Loading…
Reference in a new issue