Browse Source

fix(configure): label keys & remove `netcat`

pull/2589/head
Harry 3 months ago committed by GitHub
parent
commit
6582bc68df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      sh/debian/configure.sh

6
sh/debian/configure.sh diff.vendored

@ -197,9 +197,12 @@ function checkKeys() {
echo "✅ SSH private/public key pairs generated"
# Echo public keys
echo "Public keys:"
echo "🔑 Public keys:"
echo "all"
cat ~/.ssh/ed25519_01edu_all.pub
echo "https"
cat ~/.ssh/ed25519_01edu_https.pub
echo "runner"
cat ~/.ssh/ed25519_01edu_runner.pub
else
echo "❌ SSH private/public key pairs not found"
@ -215,7 +218,6 @@ function checkList() {
checkConfig ufw
checkConfig jq
checkConfig curl
checkConfig netcat
checkConfig wget
checkConfig lz4
checkConfig file

Loading…
Cancel
Save