Simple changer of default hostname "Sailfish" to your own one.
It use 2 commands:
echo YOUR_NAME > /etc/hostname
hostname YOUR_NAME
or this one:
hostnamectl set-hostname YOUR_NAME
Uninstallation will restore default hostname "Sailfish".
If you wrote the name with spaces, my script will replace them to this symbol "-".
v0.2-1
- For v3.0.0.8 and above.
v0.2-0
- Update for v2.2.1.18 and above.
v0.1-9
- For v2.2.0.29 and above.
Recent comments