Fix nextcloud Desktop account and first Version of install script #15

Merged
obel1x merged 14 commits from devel into main 2026-04-27 18:56:36 +02:00
Showing only changes of commit 1f17ef5c2f - Show all commits
+5 -4
View File
@@ -19,11 +19,12 @@ the script `./system_setup/install.sh` prepares a target machine for automated F
## Run directly from the repository ## Run directly from the repository
```bash Download the script first, then run it as root:
bash <(curl -fsSL https://gitea.dtext.online/obel1x/fedora-OEMDRV/raw/branch/main/system_setup/install.sh)
```
> The script requires root. Run the command above as root, or prefix with `sudo`. ```bash
curl -fsSL https://gitea.dtext.online/obel1x/fedora-OEMDRV/raw/branch/main/system_setup/install.sh -o /tmp/install.sh
sudo bash /tmp/install.sh
```
## After the script completes ## After the script completes