All checks were successful
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 57s
4 lines
170 B
Bash
Executable File
4 lines
170 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# nextcloud desktop
|
|
sleep 15 && flatpak run --branch=stable --arch=x86_64 --command=nextcloud --file-forwarding com.nextcloud.desktopclient.nextcloud
|