Standalone builds now check gpg signatures before upgrading.
This commit is contained in:
parent
4887f8f860
commit
ca496b6a97
6 changed files with 60 additions and 17 deletions
|
@ -53,6 +53,7 @@ buildtree () {
|
|||
$cmd echo "exec $base/lib/lib.start.so" >> "$base/runshell"
|
||||
$cmd chmod 755 runshell
|
||||
|
||||
$cmd cat "$base/lib/lib.trustedkeys.so" > "$base/bin/trustedkeys.gpg"
|
||||
$cmd cat "$base/lib/lib.version.so" > "$base/installed-version"
|
||||
$cmd echo "Installation complete"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue