summarylogtreecommitdiffstats
path: root/wyc.install
blob: d40b1fefa9e7027a50ea47eebf593cfe3ffa8fb9 (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
pre_install() {
    echo -e "==== installing WangYunChuan ===="
}

_help() {
    echo -e "使用 sudo wyc-generate-token-config  %i 创建 /etc/wyc/token_%i 配置文件。"
    echo -e "Use sudo wyc-generate-token-config %i to create the/etc/wyc/token_%i configuration file."
    echo -e "启用 wyc 的服务: sudo systemctl enable --now wyc@%i"
    echo -e "Enable the service with: sudo systemctl enable --now wyc@%i"
    echo -e "%i 以实际输入内容代替,如: 1、ssh、http 等"
    echo -e "%i is replaced with actual input content, such as: 1, ssh, http, etc."
    echo -e "优惠码: oi0bhf"
    echo -e "coupon code: oi0bhf"
}

post_install() {
    _help
    echo -e "==== WangYunChuan installed ===="
}

post_upgrade() {
    _help
    echo -e "==== WangYunChuan upgradeed ===="
}