From 0a7bab909e2e7386b5657deac3b7af36e7fe2587 Mon Sep 17 00:00:00 2001 From: Andrew P <40119314+andrewpayne68@users.noreply.github.com> Date: Sat, 27 Apr 2024 14:13:20 +0100 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b3707a4..01b8484 100644 --- a/README.md +++ b/README.md @@ -23,30 +23,24 @@ The installer installs the dpkg hook script, adds the pve-no-subscription repo l and calls the hook script once. There are no external dependencies beyond the base packages installed with PVE by default. +SSH in as root, no need for sudo. + ### Installation ```sh wget https://raw.githubusercontent.com/foundObjects/pve-nag-buster/master/install.sh - -# Always read scripts downloaded from the internet before running them with sudo -sudo bash install.sh - -# or .. -chmod +x install.sh && sudo ./install.sh ``` - -With Git: +# Always read scripts downloaded from the internet before running them as root or with sudo ```sh -git clone https://github.com/foundObjects/pve-nag-buster.git - -# Always read scripts downloaded from the internet before running them with sudo -cd pve-nag-buster && sudo ./install.sh +chmod +x install.sh && ./install.sh ``` ### Uninstall: ```sh -sudo ./install.sh --uninstall -# remove /etc/apt/sources.list.d/pve-no-subscription.list if desired +./install.sh --uninstall ``` +# remove /etc/apt/sources.list.d/pve-no-subscription.list if desired + +Reboot the Proxmox Server ### Notes: