We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440fdbd commit 5918a0fCopy full SHA for 5918a0f
package/root/usr/local/sbin/install_i3_desktop.sh
@@ -41,7 +41,7 @@ if [ ! -d /usr/share/slim/themes/pine64 ]; then
41
cp -ra /usr/share/slim/themes/default /usr/share/slim/themes/pine64
42
wget -O /usr/share/slim/themes/pine64/background.png \
43
https://github.com/longsleep/build-pine64-image/raw/master/bootlogo/bootlogo-pine64-1366x768.png
44
- sed "s/^current_theme(.*)/current_theme pine64/g" /etc/slim.conf
+ sed s/^current_theme(.*)/current_theme pine64/g /etc/slim.conf
45
fi
46
47
echo "Done - you should reboot now."
0 commit comments