From ce158fe3e153e72f5f2c277b7a4ac64d9a0be273 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sat, 23 Sep 2023 10:56:04 -0500 Subject: [PATCH] Fix the path --- enable-ssh-on-pve-lxc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enable-ssh-on-pve-lxc/README.md b/enable-ssh-on-pve-lxc/README.md index 5c2b124..65ee2cb 100644 --- a/enable-ssh-on-pve-lxc/README.md +++ b/enable-ssh-on-pve-lxc/README.md @@ -12,5 +12,5 @@ This shell script is designed to set up a root password and enable SSH root logi ## How to use? ```bash -bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/enable-ssh-on-pve-lxc/disable_dns_service.sh)" +bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/enable-ssh-on-pve-lxc/run.sh)" ```