summarylogtreecommitdiffstats
path: root/x48ng-git.install
diff options
context:
space:
mode:
authorMatMoul2023-05-19 23:46:57 +0200
committerMatMoul2023-05-19 23:46:57 +0200
commitfd16b586765cc38a47e1fa4cd736a2d972ee33db (patch)
tree759afd02e8ef94dbd571427d3fd126b14067c336 /x48ng-git.install
parent5f4827474d9177462f4c05b9dbac570f4b7134ec (diff)
downloadaur-fd16b586765cc38a47e1fa4cd736a2d972ee33db.tar.gz
Version 0.11.0.r4.721c01a-1
Diffstat (limited to 'x48ng-git.install')
-rw-r--r--x48ng-git.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/x48ng-git.install b/x48ng-git.install
index c2a2ab812e02..a111d3ea3b52 100644
--- a/x48ng-git.install
+++ b/x48ng-git.install
@@ -1,9 +1,13 @@
post_install() {
cat <<EOF
To make use of X48ng you will need a HP-48 ROM.
-To initialize it, run as user :
+To initialize it, run this script as user :
/usr/share/x48ng/setup-x48ng-home.sh
+Or use the native way :
+ x48ng -rom /usr/share/x48ng/ROMs/gxrom-r -initialize
+ x48ng -rom /usr/share/x48ng/ROMs/sxrom-j -initialize
If xorg-mkfontscale and/or xorg-fonts-misc were just installed as dependencies, you need to logout and login back before running x48ng or setup.
+
EOF
}