fix
This commit is contained in:
parent
45fded1460
commit
e0572e48a6
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ gnomeconfig
|
|||
# set desktop
|
||||
echo "set desktop"
|
||||
#
|
||||
if ! [ "$version" != "lite" ]; then
|
||||
if [ "$version" != "lite" ]; then
|
||||
cp /opt/${repo}/xinitrc_${version}.txt /etc/X11/xinit/xinitrc
|
||||
fi
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue