Move downloaded apps do /Applications instead of opening them in mac.sh
This commit is contained in:
		@@ -226,7 +226,7 @@ done
 | 
			
		||||
# Install *.app
 | 
			
		||||
find $MAC_DOWNLOAD -name "*.app" -print0 | while IFS= read -r -d '' f; do
 | 
			
		||||
  echo ">>> Processing ${f}"
 | 
			
		||||
  open -a "${f}"
 | 
			
		||||
  sudo mv "${f}" /Applications/
 | 
			
		||||
done
 | 
			
		||||
 | 
			
		||||
#rm -rf $MAC_DOWNLOAD
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user