1 2 3 4 5 6 7 8 9 10 11 12
post_install() { echo "" echo "Example config.json file is located at:" echo " /usr/share/docs/xmrig/config.json.example" echo "" echo "Don't forget to use \`--config' when using xmrig." echo "" } post_upgrade() { post_install }