mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 13:26:40 +01:00 
			
		
		
		
	Fix add-apt-repository for Linux Mint
This commit is contained in:
		| @@ -217,7 +217,7 @@ source /etc/os-release | |||||||
| if [[ "${NAME}" == "Ubuntu" ]] || [[ "${NAME}" == "Linux Mint" ]]; then | if [[ "${NAME}" == "Ubuntu" ]] || [[ "${NAME}" == "Linux Mint" ]]; then | ||||||
|     # Ubuntu > 18.04 does not include universe repo by default |     # Ubuntu > 18.04 does not include universe repo by default | ||||||
|     # Add the "Universe" repo, don't update |     # Add the "Universe" repo, don't update | ||||||
|     add-apt-repository -yn universe |     add-apt-repository -y universe | ||||||
|     # Set package names depending on version |     # Set package names depending on version | ||||||
|     JPEGTURBO="libjpeg-turbo8-dev" |     JPEGTURBO="libjpeg-turbo8-dev" | ||||||
|     if [[ "${VERSION_ID}" == "16.04" ]]; then |     if [[ "${VERSION_ID}" == "16.04" ]]; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user