Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added p3/app/icons/cryptomator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added p3/app/icons/sirikali.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions p3/scripts/utils/privacy/cryptomator.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
# name: Cryptomator
# version: 1.0
# description: Encryption for your cloud made easy
# icon: cryptomator.png

# --- Start of the script code ---
SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
source "$SCRIPT_DIR/../../../libs/linuxtoys.lib"
source "$SCRIPT_DIR/../../../libs/helpers.lib"
_lang_
source "$SCRIPT_DIR/../../../libs/lang/${langfile}.lib"
flatpak_in_lib
flatpak install --or-update --user --noninteractive flathub org.cryptomator.Cryptomator
14 changes: 14 additions & 0 deletions p3/scripts/utils/privacy/sirikali.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
# name: SiriKali
# version: 1.0
# description: A GUI to Gocryptfs, Securefs, Cryfs
# icon: sirikali.png

# --- Start of the script code ---
SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
source "$SCRIPT_DIR/../../../libs/linuxtoys.lib"
source "$SCRIPT_DIR/../../../libs/helpers.lib"
_lang_
source "$SCRIPT_DIR/../../../libs/lang/${langfile}.lib"
flatpak_in_lib
flatpak install --or-update --user --noninteractive flathub io.github.mhogomchungu.sirikali