Skip to content

Commit ccce68b

Browse files
committed
Small NOP Linux fixes and typos
1 parent f7500b5 commit ccce68b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/cluster/nop-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ done
3232

3333

3434
# Remove all the packages we don't need
35-
sudo apt purge -y --purge snapd cloud-guest-utils cloud-init apport apport-symptoms cryptsetup cryptsetup-bin cryptsetup-initramfs curl gdisk lxd-installer mdadm open-iscsi snapd squashfs-tools ssh-import-id wget xauth unattended-upgrades update-notifier-common python3-update-manager unattended-upgrades needrestart command-not-found cron lxd-agent-loader modemmanager motd-news-config pastebinit packagekit
35+
sudo apt purge -y --purge snapd cloud-guest-utils cloud-init apport apport-symptoms cryptsetup cryptsetup-bin cryptsetup-initramfs curl gdisk lxd-installer mdadm open-iscsi snapd squashfs-tools ssh-import-id wget xauth update-notifier-common python3-update-manager unattended-upgrades needrestart command-not-found cron lxd-agent-loader modemmanager motd-news-config pastebinit packagekit
3636
sudo systemctl daemon-reload
3737
sudo apt autoremove -y --purge
3838

@@ -41,7 +41,7 @@ sudo apt update
4141

4242
sudo apt install psmisc -y
4343

44-
# on some versions killall might be missing. Please insta
44+
# on some versions killall might be missing. Please install then
4545
sudo killall unattended-upgrade-shutdown
4646

4747
sudo apt upgrade -y
@@ -119,7 +119,7 @@ echo 0 | sudo tee /proc/sys/kernel/watchdog_thresh
119119
sudo rm /etc/update-motd.d/*
120120

121121
# Remove all cron files. Cron shouldn't be running anyway but just to be safe
122-
rm -R /etc/cron*
122+
sudo rm -R /etc/cron*
123123

124124
sudo apt autoremove -y --purge
125125

0 commit comments

Comments
 (0)