diff --git a/install.sh b/install.sh index c8fa1a4..bf55b99 100644 --- a/install.sh +++ b/install.sh @@ -63,4 +63,7 @@ WantedBy=default.target EOF chown -Rv ${userland_name}:${userland_name} /home/${userland_name}/.config/systemd -chown -Rv ${userland_name}:${userland_name} /opt/${program_name} \ No newline at end of file +chown -Rv ${userland_name}:${userland_name} /opt/${program_name} + +echo "Self-destruction NOW!" +rm $(pwd)/$0 \ No newline at end of file