mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
apt-get
This commit is contained in:
parent
2a578a62bd
commit
62794740c3
@ -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!
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user