Skip to content

Commit 1faabc3

Browse files
Update hostname.sh
1 parent 492e04d commit 1faabc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hostname.sh

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
# Change the hostname of the system
33
read -p "Enter Hostname: " HOSTNAME
44
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

Comments
 (0)