blob: 203396890b23ac5f49f8b8a322b5c8712472e284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
post_install() {
cat << EOF
########################################################################
########################################################################
## ##
## Cellframe Wallet ##
## ______________________________________________________________ ##
## ##
## To start: ##
## ##
## 1. systemctl enable --now cellframe-node.service ##
## ##
## 2. Launch Cellframe Wallet from your applications ##
## ##
## ##
## ##
########################################################################
########################################################################
EOF
}
|