Skip to content

Commit 05df2e3

Browse files
committed
Merge remote-tracking branch 'upstream/master'
# Conflicts: # simpleimage/make_rootfs.sh
2 parents 5642cdd + bd597df commit 05df2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/root/usr/local/sbin/install_i3_desktop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [ ! -d /usr/share/slim/themes/pine64 ]; then
4141
cp -ra /usr/share/slim/themes/default /usr/share/slim/themes/pine64
4242
wget -O /usr/share/slim/themes/pine64/background.png \
4343
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
44+
sed -i "s/^current_theme(.*)/current_theme pine64/g" /etc/slim.conf
4545
fi
4646

4747
echo "Done - you should reboot now."

0 commit comments

Comments
 (0)