system/modules/atama-branding/unhook.sh
Guzio 0a51ee40cc Made up my own branding.
This shouldn't be pushed to the registry; if I do so on accident - I'm screwed (I don't wanna become an actual OS maintainer, at least not yet lol).
2026-05-09 04:14:32 +02:00

11 lines
No EOL
587 B
Bash

#!/bin/bash
echo "========================================================";
echo " HELLO! IT SEEMS YOU REMOVED THE atama-branding MODULE. ";
echo;
echo " Unfortunatley, this will not get rid of the branding";
echo " because we have no way of knowing which OS were you";
echo " using before (our branding literally overwrote that";
echo " data, after all). Please manually look up your OS on";
echo " https://github.com/chef/os_release and restore your";
echo " /etc/os-release file to the contents you find there.";
echo "========================================================";