mirror of
https://github.com/andrewpayne68/proxmox-nag-buster.git
synced 2025-01-18 16:37:51 +00:00
Update README.md
This commit is contained in:
parent
2228634e92
commit
0a7bab909e
22
README.md
22
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
|
and calls the hook script once. There are no external dependencies beyond the base
|
||||||
packages installed with PVE by default.
|
packages installed with PVE by default.
|
||||||
|
|
||||||
|
SSH in as root, no need for sudo.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
```sh
|
```sh
|
||||||
wget https://raw.githubusercontent.com/foundObjects/pve-nag-buster/master/install.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
|
|
||||||
```
|
```
|
||||||
|
# Always read scripts downloaded from the internet before running them as root or with sudo
|
||||||
With Git:
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/foundObjects/pve-nag-buster.git
|
chmod +x install.sh && ./install.sh
|
||||||
|
|
||||||
# Always read scripts downloaded from the internet before running them with sudo
|
|
||||||
cd pve-nag-buster && sudo ./install.sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Uninstall:
|
### Uninstall:
|
||||||
```sh
|
```sh
|
||||||
sudo ./install.sh --uninstall
|
./install.sh --uninstall
|
||||||
# remove /etc/apt/sources.list.d/pve-no-subscription.list if desired
|
|
||||||
```
|
```
|
||||||
|
# remove /etc/apt/sources.list.d/pve-no-subscription.list if desired
|
||||||
|
|
||||||
|
Reboot the Proxmox Server
|
||||||
|
|
||||||
### Notes:
|
### Notes:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue