summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Florness2018-11-17 12:21:07 -0700
committerDavid Florness2018-11-17 12:21:07 -0700
commite7d946e7ffe4cde34aacf30f725c5d6ef192548e (patch)
tree96ff35bd2f6bb9594d6eb48547858119bfdc7a1a
parent772b666b95784b2023aa7bf0f553a5f618a31708 (diff)
downloadaur-e7d946e7ffe4cde34aacf30f725c5d6ef192548e.tar.gz
Don't need to escape single quotes in double quotes string
-rw-r--r--threelayout.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/threelayout.install b/threelayout.install
index b0ec9ebc9044..5b81b1f29f80 100644
--- a/threelayout.install
+++ b/threelayout.install
@@ -4,7 +4,7 @@ post_install() {
echo "To use in X; if using systemd, run 'localectl set-keymap 3l'."
echo "else run 'setxkbmap 3l'"
echo "-------------------------"
- echo "To use the layout at a virtual terminal/console, run \'loadkeys 3l\'."
+ echo "To use the layout at a virtual terminal/console, run 'loadkeys 3l'."
echo "To change the default console layout,"
echo "edit /etc/vconsole.conf and change KEYMAP to '3l'"
}