From fbd059803a755bc0a50bf0e63d66ee173f084757 Mon Sep 17 00:00:00 2001 From: York Zhao Date: Tue, 23 Jul 2024 16:21:23 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5983d8..34e0afb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ A one-click script that installs a remote desktop environment on a Linux server * You need a domain name (can be a subdomain) which points to the IP address of your server. * Then, please run the following command as a sudo user in SSH. ``` -wget https://raw.githubusercontent.com/Har-Kuun/OneClickDesktop/master/OneClickDesktop.sh && sudo bash OneClickDesktop.sh +wget https://raw.githubusercontent.com/York-Labs/OneClickDesktop/master/OneClickDesktop.sh && sudo bash OneClickDesktop.sh ``` * The script will guide you through the installation process. * If you encounter any errors, please check the `OneClickDesktop.log` file that's located within the same directory where you download this script.