mirror of
				https://github.com/vmstan/gravity-sync.git
				synced 2025-11-04 01:26:59 -05:00 
			
		
		
		
	apt install quieter
This commit is contained in:
		
							parent
							
								
									385ef3812c
								
							
						
					
					
						commit
						b8359ae505
					
				@ -12,12 +12,11 @@
 | 
				
			|||||||
- No new Star Trek references.
 | 
					- No new Star Trek references.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### 1.7.4
 | 
					#### 1.7.4
 | 
				
			||||||
- Changelog polarity reversed after heated discussions with marketing team.
 | 
					- (**Featureish**) `./gravity-sync.sh dev` will now toggle dev flag on/off. No `touch` required, although it still works that way under the covers. Improvement of methods added in 1.7.2.
 | 
				
			||||||
- Improved method to activate development branch updates, as added in 1.7.2. 
 | 
					 | 
				
			||||||
- `./gravity-sync.sh dev` will now toggle dev flag on/off. No `touch` required, although it still works that way under the covers.
 | 
					 | 
				
			||||||
- Detects absence of ssh client command on host OS (DietPi)
 | 
					- Detects absence of ssh client command on host OS (DietPi)
 | 
				
			||||||
- Detects absence of rsync client command on host OS (DietPi)
 | 
					- Detects absence of rsync client command on host OS (DietPi)
 | 
				
			||||||
- Detects absence of ssh-keygen on host OS and will use dropbearkey as an alternative (DietPi)
 | 
					- Detects absence of ssh-keygen on host OS and will use dropbearkey as an alternative (DietPi)
 | 
				
			||||||
 | 
					- Changelog polarity reversed after heated discussions with marketing team.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### 1.7.3
 | 
					#### 1.7.3
 | 
				
			||||||
- Cleaning up output of argument listing
 | 
					- Cleaning up output of argument listing
 | 
				
			||||||
 | 
				
			|||||||
@ -72,7 +72,7 @@ NEED="[${BLUE}NEED${NC}]"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Import Settings
 | 
					# Import Settings
 | 
				
			||||||
function import_gs {
 | 
					function import_gs {
 | 
				
			||||||
		MESSAGE="Importing ${CONFIG_FILE} Settings"
 | 
						MESSAGE="Importing ${CONFIG_FILE} Settings"
 | 
				
			||||||
	echo -en "${STAT} $MESSAGE"
 | 
						echo -en "${STAT} $MESSAGE"
 | 
				
			||||||
	if [ -f $HOME/${LOCAL_FOLDR}/${CONFIG_FILE} ]
 | 
						if [ -f $HOME/${LOCAL_FOLDR}/${CONFIG_FILE} ]
 | 
				
			||||||
	then
 | 
						then
 | 
				
			||||||
@ -627,7 +627,7 @@ function distro_check {
 | 
				
			|||||||
	if hash apt-get 2>/dev/null
 | 
						if hash apt-get 2>/dev/null
 | 
				
			||||||
	then
 | 
						then
 | 
				
			||||||
		PKG_MANAGER="apt-get"
 | 
							PKG_MANAGER="apt-get"
 | 
				
			||||||
		PKG_INSTALL="sudo ${PKG_MANAGER} --yes --no-install-recommends install"
 | 
							PKG_INSTALL="sudo ${PKG_MANAGER} --yes --no-install-recommends --quiet install"
 | 
				
			||||||
	elif hash rpm 2>/dev/null
 | 
						elif hash rpm 2>/dev/null
 | 
				
			||||||
	then
 | 
						then
 | 
				
			||||||
		if hash dnf 2>/dev/null
 | 
							if hash dnf 2>/dev/null
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user