This commit is contained in:
Michael Stanclift 2020-06-01 14:20:50 -05:00
parent 2a578a62bd
commit 62794740c3
2 changed files with 5 additions and 3 deletions

View File

@ -12,9 +12,10 @@
- No new Star Trek references.
#### 1.7.6
- Detects `dbclient` install as alternative to OpenSSH Client. (DietPi)
- Attempts to install OpenSSH Client if not found, and Dropbear is not alternative. (DietPi)
- Fix bug with `dropbearkey` not finding .ssh folder
- Detects `dbclient` install as alternative to OpenSSH Client.
- Attempts to install OpenSSH Client if not found, and Dropbear is not alternative.
- Fix bug with `dropbearkey` not finding .ssh folder.
- Numerous fixes to accomidate DietPi in general.
#### 1.7.5
- No code changes!

View File

@ -640,6 +640,7 @@ function detect_sshkeygen {
function distro_check {
if hash apt-get 2>/dev/null
then
PKG_MANAGER="apt-get"
PKG_INSTALL="sudo apt-get --yes --no-install-recommends --quiet install"
elif hash rpm 2>/dev/null
then