mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 05:06:40 +01:00 
			
		
		
		
	Update guac-install.sh (#49)
This if statement is redundant. It will never work because of previous if statement. As there is if/else the error code will always be 0, so this if will never return anything.
This commit is contained in:
		| @@ -127,12 +127,6 @@ ghostscript wget dpkg-dev | ||||
|         echo -e "${GREEN}OK${NC}" | ||||
|     fi | ||||
|  | ||||
| # If apt fails to run completely the rest of this isn't going to work... | ||||
| if [ $? -ne 0 ]; then | ||||
|     echo -e "${RED}apt-get failed to install all required dependencies${NC}" | ||||
|     exit 1 | ||||
| fi | ||||
|  | ||||
| # Set SERVER to be the preferred download server from the Apache CDN | ||||
| SERVER="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUACVERSION}" | ||||
| echo -e "${BLUE}Downloading Files...${NC}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user