diff --git a/installer/postinstall.sh b/installer/postinstall.sh index 8d3eb39..e147a01 100755 --- a/installer/postinstall.sh +++ b/installer/postinstall.sh @@ -59,4 +59,7 @@ fi # module name Installer_module="$(grep -Eo '\"name\"[^,]*' ./package.json | grep -Eo '[^:]*$' | awk -F'\"' '{print $2}')" +Installer_warning "🛠️ For personalized assistance, visit https://www.bugsounet.fr and create a ticket." +echo + Installer_success "$Installer_module is now installed !"