mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-06-23 14:20:32 -04:00
apt-get
This commit is contained in:
parent
2a578a62bd
commit
62794740c3
@ -12,9 +12,10 @@
|
|||||||
- No new Star Trek references.
|
- No new Star Trek references.
|
||||||
|
|
||||||
#### 1.7.6
|
#### 1.7.6
|
||||||
- Detects `dbclient` install as alternative to OpenSSH Client. (DietPi)
|
- Detects `dbclient` install as alternative to OpenSSH Client.
|
||||||
- Attempts to install OpenSSH Client if not found, and Dropbear is not alternative. (DietPi)
|
- Attempts to install OpenSSH Client if not found, and Dropbear is not alternative.
|
||||||
- Fix bug with `dropbearkey` not finding .ssh folder
|
- Fix bug with `dropbearkey` not finding .ssh folder.
|
||||||
|
- Numerous fixes to accomidate DietPi in general.
|
||||||
|
|
||||||
#### 1.7.5
|
#### 1.7.5
|
||||||
- No code changes!
|
- No code changes!
|
||||||
|
@ -640,6 +640,7 @@ function detect_sshkeygen {
|
|||||||
function distro_check {
|
function distro_check {
|
||||||
if hash apt-get 2>/dev/null
|
if hash apt-get 2>/dev/null
|
||||||
then
|
then
|
||||||
|
PKG_MANAGER="apt-get"
|
||||||
PKG_INSTALL="sudo apt-get --yes --no-install-recommends --quiet install"
|
PKG_INSTALL="sudo apt-get --yes --no-install-recommends --quiet install"
|
||||||
elif hash rpm 2>/dev/null
|
elif hash rpm 2>/dev/null
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user