bash/flatpakifier.bash: let's not pretend I don't run this as root

This commit is contained in:
Aminda Suomalainen 2024-02-25 19:47:04 +02:00
parent ec49e6db8a
commit 6f0377d1b6
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -2,9 +2,11 @@
# This script partially reverts https://gitea.blesmrt.net/mikaela/scripts/commit/e76a4a6a0d0472428d519205543171b1b1cdc258
export FLATPAKEXPORTS=/var/lib/flatpak/exports/bin
export TARGETDIR=~/.local/bin
#export TARGETDIR=~/.local/bin
export TARGETDIR=/usr/local/bin
set -x
mkdir -p $TARGETDIR
ln -sfv $FLATPAKEXPORTS/com.rafaelmardojai.Blanket $TARGETDIR/blanket
# `flatpak make-current org.briarproject.Briar stable`?
ln -sfv $FLATPAKEXPORTS/org.briarproject.Briar $TARGETDIR/briar