mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 09:40:10 -07:00
Fix typo in desktop file creation.
This commit is contained in:
parent
40bfc46aa3
commit
ce8bb94fbc
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ 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
|
||||
cat << EOF > /usr/share/applications/autopsy.desktop
|
||||
[Desktop Entry]
|
||||
Name=Autopsy
|
||||
Exec=autopsy
|
||||
|
|
Loading…
Reference in a new issue