Skip to content

Commit e354844

Browse files
authored
Merge pull request #1 from qskwood/qskwood-patch-1
Removed unnecessary rm step
2 parents 9bad4b8 + aabf47b commit e354844

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

first-11-things-proxmox/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ change hosts file
141141
reset machine ID
142142

143143
```
144-
sudo rm /etc/machine-id
145144
sudo rm /var/lib/dbus/machine-id
146145
sudo truncate -s 0 /etc/machine-id
147146
sudo ln -s /etc/machine-id /var/lib/dbus/machine-id
@@ -157,4 +156,4 @@ sudo dpkg-reconfigure openssh-server
157156
```
158157

159158

160-
reboot
159+
reboot

0 commit comments

Comments
 (0)