Initial Commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-12-02 22:18:33 +01:00
commit f6404fdfd4
11 changed files with 385 additions and 0 deletions

View File

@ -0,0 +1,6 @@
post_install() {
echo '0.0.0.0 get.code-industry.net' >> /etc/hosts
}
post_remove() {
sed -i '/get\.code-industry\.net/d' /etc/hosts
}