new_config
This commit is contained in:
parent
4ffc254260
commit
c6d2a1a56f
2 changed files with 2 additions and 1 deletions
BIN
.config.tar.xz
BIN
.config.tar.xz
Binary file not shown.
|
@ -740,7 +740,8 @@ if [ "$version" != "lite" ]; then
|
|||
chmod 755 -Rv /usr/share/backgrounds/xfce/
|
||||
|
||||
# .config
|
||||
tar -vxJf /opt/${repo}/.config.tar.xz -C /root/
|
||||
mkdir -p /root/.config
|
||||
tar -vxJf /opt/${repo}/.config.tar.xz -C /root/.config/
|
||||
gnomeconfig
|
||||
copyconfig
|
||||
|
||||
|
|
Loading…
Reference in a new issue