From 04c7bca60f47c73b9ca4ef7c3ac3793df6ff1905 Mon Sep 17 00:00:00 2001 From: Elton Renda Date: Mon, 4 Dec 2023 10:17:28 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3a40bf..b615d94 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,7 @@ If you are not using proxmox or want to install a app on a existing install, you ***Note:*** _Only Alpine, Debian and Ubuntu are currently supported_ ```sh -sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager -sh -c "$(wget --no-cache -qO- http://10.0.1.21:1337/install.sh)" -s --app nginx-proxy-manager --clean +sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager --cleanup ``` ## Applications @@ -56,4 +55,4 @@ sh -c "$(wget --no-cache -qO- http://10.0.1.21:1337/install.sh)" -s --app nginx- ## Thanks -- [whiskerz007](https://github.com/whiskerz007?tab=repositories) \ No newline at end of file +- [whiskerz007](https://github.com/whiskerz007?tab=repositories)