summarylogtreecommitdiffstats
path: root/xmrig-nvidia.install
blob: 0aff7f87535d9c3c2d68027da65c7797c15fc508 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    echo ""
    echo "Example config is located in: /usr/share/doc/xmrig-nvidia/config.json.example"
    echo "You can place it into \`/etc/xmrig\` and use SystemD service to run it:"
    echo "  \`systemctl start xmrig-nvidia@CONFIG.service\`"
    echo ""
}

post_upgrade() {
    post_install
}