add commands to checksum and sign files in dir
This commit is contained in:
6
bin/check-dir-sig
Executable file
6
bin/check-dir-sig
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
SNEAK_KEY_ID="5539AD00DE4C42F3AFE11575052443F4DF2A55C2"
|
||||
|
||||
gpg --verify SHASUMS.asc SHASUMS
|
||||
shasum -c SHASUMS
|
||||
Reference in New Issue
Block a user