Skip to content

Commit

Permalink
Fix for installation-breaking error
Browse files Browse the repository at this point in the history
forgot a then
  • Loading branch information
LoganMD authored and Maccraft123 committed Mar 5, 2021
1 parent ef72708 commit eb5d510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/install-to-emmc-end
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export USERNAME=$REPLY

# default libinput config for touchpad is bad
# let's override it
if [ -f /etc/libinput/local-overrides.quirks ]
if [ -f /etc/libinput/local-overrides.quirks ]; then
mkdir -p /mnt/etc/libinput
cp /etc/libinput/local-overrides.quirks /mnt/etc/libinput/local-overrides.quirks
fi
Expand Down

0 comments on commit eb5d510

Please sign in to comment.