mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
11 lines
153 B
Bash
11 lines
153 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
cat <<EOT >>
|
||
|
|
|
||
|
|
# Virtual Keyboard
|
||
|
|
# set keyboard layout"
|
||
|
|
# https://answers.launchpad.net/onboard/+question/235265
|
||
|
|
onboard &
|
||
|
|
EOT
|
||
|
|
|
||
|
|
exit 0
|