mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
fix
This commit is contained in:
parent
be983e16cd
commit
45455f0aea
@ -280,14 +280,16 @@ parts:
|
|||||||
cat <<EOF > $AUTOPSY_LOCATION/bin/autopsywrapper.sh
|
cat <<EOF > $AUTOPSY_LOCATION/bin/autopsywrapper.sh
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
mkdir -p \$HOME/tmp
|
mkdir -p \$HOME/tmp
|
||||||
# include this line to print all set variables
|
|
||||||
# set -o posix ; echo $(set) >&2 ; ls -l "${jdkhome}/bin/java"
|
|
||||||
echo Starting Autopsy...
|
echo Starting Autopsy...
|
||||||
\$SNAP/autopsy/bin/autopsy
|
\$SNAP/autopsy/bin/autopsy
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod 755 $AUTOPSY_LOCATION/bin/autopsywrapper.sh
|
chmod 755 $AUTOPSY_LOCATION/bin/autopsywrapper.sh
|
||||||
|
|
||||||
|
# include this line to print all set variables
|
||||||
|
# set -o posix ; echo $(set) >&2 ; ls -l "${jdkhome}/bin/java"
|
||||||
|
# sed -i '129 i ' "$AUTOPSY_LOCATION/platform/lib/nbexec"
|
||||||
|
|
||||||
|
|
||||||
# taken from https://github.com/ubuntu/thunderbird/blob/stable/snapcraft.yaml
|
# taken from https://github.com/ubuntu/thunderbird/blob/stable/snapcraft.yaml
|
||||||
# Find files provided by the base and platform snap and ensure they aren't
|
# Find files provided by the base and platform snap and ensure they aren't
|
||||||
|
Loading…
x
Reference in New Issue
Block a user