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.
2 parents 5642cdd + bd597df commit 05df2e3Copy full SHA for 05df2e3
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 -i "s/^current_theme(.*)/current_theme pine64/g" /etc/slim.conf
45
fi
46
47
echo "Done - you should reboot now."
0 commit comments