Add pve RustDesk GA sync scripts for curl install
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Temporary public Gitea repo for curling pve install scripts (delete when fleet rollout is done).
|
||||
# Raw URLs:
|
||||
# https://git.easygoingaming.com/Davoguha/blair-pve-sync-temp/raw/main/install.sh
|
||||
# https://git.easygoingaming.com/Davoguha/blair-pve-sync-temp/raw/main/blair-sync-rustdesk-via-ga.sh
|
||||
|
||||
## pve install (one command)
|
||||
|
||||
```bash
|
||||
curl -fsSL https://git.easygoingaming.com/Davoguha/blair-pve-sync-temp/raw/main/install.sh | bash
|
||||
```
|
||||
|
||||
Prerequisite: VM 230 running, `qm guest cmd 230 ping` OK.
|
||||
|
||||
## Manual test
|
||||
|
||||
```bash
|
||||
/usr/local/sbin/blair-sync-rustdesk-via-ga.sh --dry-run
|
||||
BLAIR_VMIDS=230 /usr/local/sbin/blair-sync-rustdesk-via-ga.sh
|
||||
```
|
||||
|
||||
## Delete this repo when done
|
||||
|
||||
Make private or delete from Gitea after fleet rollout.
|
||||
Reference in New Issue
Block a user