This website requires JavaScript.
Explore
Help
Sign In
Core
/
melawy-dracut-initramfs
Watch
1
Star
0
Fork
You've already forked melawy-dracut-initramfs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Added sign
Browse Source
...
This commit is contained in:
Valeria Fadeeva
2023-04-16 02:59:01 +05:00
parent
65277d7e39
commit
7c26de4a5f
1 changed files
with
6 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
6
sign.sh
Executable file
Unescape
Escape
View File
@ -0,0 +1,6 @@
#!/bin/bash
for
i in *.zst
;
do
gpg --detach-sign --output
"
$i
.sig
"
"
$i
"
done
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
Core/melawy-dracut-initramfs
Title
Body
Create Issue