summarylogtreecommitdiffstats
path: root/tarmak-cli-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'tarmak-cli-git.install')
-rw-r--r--tarmak-cli-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/tarmak-cli-git.install b/tarmak-cli-git.install
new file mode 100644
index 000000000000..d834eff596ed
--- /dev/null
+++ b/tarmak-cli-git.install
@@ -0,0 +1,13 @@
+print_header() {
+ echo ' >>> Run the script using `$ sudo tmk.sh` and follow the prompts.'
+ echo ' >>> To use one of the layouts until you turn off the computer, enter `$ sudo loadkeys tarmakX` (for any of tarmak1-4).'
+ echo ' >>> To set the layout in a persistent way, enter `$ sudo localectl set-keymap tarmakX`'
+}
+
+post_install() {
+ print_header
+}
+
+post_upgrade() {
+ print_header
+}