fix
This commit is contained in:
parent
9749d972c3
commit
0cf037c63e
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ if [ "${vollinstallation}" != "n" ]; then
|
||||||
# background
|
# background
|
||||||
mkdir -p /usr/share/backgrounds/xfce/
|
mkdir -p /usr/share/backgrounds/xfce/
|
||||||
cp /root/${repo}/*.jpg /usr/share/backgrounds/xfce/
|
cp /root/${repo}/*.jpg /usr/share/backgrounds/xfce/
|
||||||
chmod 644 /usr/share/backgrounds/xfce/*
|
chmod 755 -Rv /usr/share/backgrounds/xfce/
|
||||||
|
|
||||||
# bash.bashrc
|
# bash.bashrc
|
||||||
sed "s|%OS_NAME%|${repo}|g;" /root/${repo}/bash.bashrc > /etc/bash.bashrc
|
sed "s|%OS_NAME%|${repo}|g;" /root/${repo}/bash.bashrc > /etc/bash.bashrc
|
||||||
|
|
Loading…
Reference in a new issue