mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +02:00
8 lines
232 B
Bash
8 lines
232 B
Bash
profile_dangerzone() {
|
|
profile_virt
|
|
profile_abbrev="dangerzone"
|
|
title="Dangerzone"
|
|
desc="Copied from virt but with extra apks and an apkovl"
|
|
apkovl="genapkovl-dangerzone.sh"
|
|
apks="$apks podman dropbear autossh python3 sudo"
|
|
}
|