1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
note() { printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n" } pre_upgrade() { rm /opt/ardor/lib/* } post_install() { note "Use 'sudo systemctl enable ardor' to automatically start Ardor at system launch" } post_upgrade() { post_install }