1 2 3 4 5 6
post_install(){ printf "The code on github is currently out of date, and I bypass the check by cp && rename electron" } post_upgrade(){ post_install }