Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
Fix Bell-sw key is stored in legacy trusted.gpg keyring (#39)
Browse files Browse the repository at this point in the history
Fix #38
  • Loading branch information
miguel-negrao authored Oct 14, 2022
1 parent 77801b6 commit 6742f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_debian_autopsy_4.19.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apt -y install curl gnupg
curl -OL https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.11.1/sleuthkit-java_4.11.1-1_amd64.deb
curl -OL https://github.com/labcif/autopsy-packager/releases/download/4.19.2-1/autopsy_4.19.2-1_amd64.deb

curl https://download.bell-sw.com/pki/GPG-KEY-bellsoft | apt-key add -
curl https://download.bell-sw.com/pki/GPG-KEY-bellsoft | gpg --dearmor --yes --output /etc/apt/trusted.gpg.d/bellsoft.gpg
echo "deb [arch=amd64] https://apt.bell-sw.com/ stable main" > /etc/apt/sources.list.d/bellsoft.list

apt -y update
Expand Down

0 comments on commit 6742f9a

Please sign in to comment.