Skip to content

Commit

Permalink
S8
Browse files Browse the repository at this point in the history
  • Loading branch information
aelnosu committed Jun 12, 2024
1 parent 74bc890 commit c2ecbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ $? -eq 0 ]; then
gpg --import "Eason_Lu_(Main)_0xA9C46116_public.asc"
gpg --import "Key_1_0x35E98024_public.asc"
gpg --import "Key_2_0x9AF5FF79_public.asc"
(echo 4; echo y; echo save) |gpg --command-fd 0 --no-tty --no-greeting -q --edit-key "660279E4B9E374894D7F51C31A41C324A9C46116" trust
(echo 5; echo y; echo save) |gpg --command-fd 0 --no-tty --no-greeting -q --edit-key "660279E4B9E374894D7F51C31A41C324A9C46116" trust
else
echo "FAIL, the signature is invalid, please re-download the file."
fi

0 comments on commit c2ecbe1

Please sign in to comment.