mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 09:40:10 -07:00
Update Autopsy script (add icon and remove root requirement)
This commit is contained in:
parent
6d71508340
commit
40bfc46aa3
1 changed files with 20 additions and 0 deletions
|
@ -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 "================================="
|
||||
|
||||
|
|
Loading…
Reference in a new issue