mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Generate site_name banner for index
This commit is contained in:
parent
d0f97a7a59
commit
b5ad3ee86c
7 changed files with 12 additions and 8 deletions
|
|
@ -5,4 +5,4 @@ set -e
|
|||
git clone https://$GIT_USER:$GIT_AUTH@$GIT_URL certs
|
||||
cp certs/certs.tar.enc .
|
||||
openssl aes-256-cbc -K $encrypted_9ca5918f08ba_key -iv $encrypted_9ca5918f08ba_iv -in certs.tar.enc -out certs.tar -d
|
||||
tar xvf certs.tar -C certs
|
||||
tar xf certs.tar -C certs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue