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).
11 lines
No EOL
587 B
Bash
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 "========================================================"; |