diff options
| author | jerome <jerome@xlinfo.fr> | 2022-09-11 18:51:14 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2022-09-11 18:51:14 +0200 |
| commit | 1f25762668f36971adda9e09947637aa84a499c3 (patch) | |
| tree | 1713a6130c0876fa4fa9fc7344d796ad9a62dd46 /set-hostname | |
| download | vbox-1f25762668f36971adda9e09947637aa84a499c3.tar.gz vbox-1f25762668f36971adda9e09947637aa84a499c3.zip | |
commit initial
Diffstat (limited to 'set-hostname')
| -rwxr-xr-x | set-hostname | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/set-hostname b/set-hostname new file mode 100755 index 0000000..a445755 --- /dev/null +++ b/set-hostname @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +sudo hostnamectl set-hostname $1 +rm $0 + |
