Update Autopsy script (add icon and remove root requirement)

This commit is contained in:
Kaj Forney 2020-02-13 14:25:26 -07:00
parent 6d71508340
commit 40bfc46aa3
No known key found for this signature in database
GPG key ID: CBB5B366EB4802DD

View file

@ -27,5 +27,25 @@ chmod +x unix_setup.sh
./unix_setup.sh
cd /usr/bin
ln -s /opt/autopsy/bin/autopsy autopsy
chmod +x /opt/autopsy/bin/autopsy
chmod +x /usr/bin/autopsy
cp /opt/autopsy/icon.ico /usr/share/pixmaps/autopsy.ico
cat << EOF < /usr/share/applications/autopsy.desktop
[Desktop Entry]
Name=Autopsy
Exec=autopsy
Comment=The Autopsy Forensic Browser is a GUI for The Sleuth Kit.
Terminal=false
Icon=/usr/share/pixmaps/autopsy.ico
Type=Application
Categories=Utility;11-07-forensic-imaging-tools;
EOF
echo "Done! Autopsy 4 should be installed."
echo "================================="
echo "NOTE: You should log out and back in before"
echo "running Autopsy as a normal user."
echo "================================="