We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492e04d commit 1faabc3Copy full SHA for 1faabc3
hostname.sh
@@ -2,3 +2,7 @@
2
# Change the hostname of the system
3
read -p "Enter Hostname: " HOSTNAME
4
hostnamectl set-hostname $HOSTNAME
5
+hostname
6
+# This can be accomplished with multiple methods
7
+# nmtui (GUI)
8
+# nmcli general hostname $HOSTNAME
0 commit comments