Merge branch 'rustdesk:master' into master

This commit is contained in:
Dawid Pągowski 2025-08-06 13:17:25 +02:00 committed by GitHub
commit fb374829d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
--- ---
title: Installation unter Windows title: Installation unter Windows (deprecated)
weight: 5 weight: 5
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Windows Install title: Windows Install (deprecated)
weight: 5 weight: 5
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Instalación en Windows title: Instalación en Windows (deprecated)
weight: 5 weight: 5
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Installation Windows title: Installation Windows (deprecated)
weight: 5 weight: 5
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Installazione Windows title: Installazione Windows (deprecated)
weight: 5 weight: 5
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Windowsインストール title: Windowsインストール (deprecated)
weight: 5 weight: 5
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Instalação no Windows title: Instalação no Windows (deprecated)
weight: 5 weight: 5
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Windows 安装 title: Windows 安装 (deprecated)
weight: 5 weight: 5
--- ---

View File

@ -1,5 +1,5 @@
--- ---
title: Windows 安裝 title: Windows 安裝 (deprecated)
weight: 5 weight: 5
--- ---

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
hugo --minify hugo --minify
rm -rf public/*
cd public; tar czf x * cd public; tar czf x *
scp x ot:/tmp/ scp x ot:/tmp/
ssh ot "sudo rm -rf /var/www/html/rustdesk.com/docs/* && sudo tar xzf /tmp/x -C /var/www/html/rustdesk.com/docs/ && /bin/rm /tmp/x && sudo chown www-data:www-data /var/www/html/rustdesk.com/docs/ -R" ssh ot "sudo rm -rf /var/www/html/rustdesk.com/docs/* && sudo tar xzf /tmp/x -C /var/www/html/rustdesk.com/docs/ && /bin/rm /tmp/x && sudo chown www-data:www-data /var/www/html/rustdesk.com/docs/ -R"