mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 14:07:36 +01:00 
			
		
		
		
	Fix my previous commit
My bad.
This commit is contained in:
		| @@ -28,13 +28,14 @@ if [[ -e /etc/debian_version ]]; then | ||||
| 		echo "Your version of Debian/Ubuntu is not supported." | ||||
| 		echo "I can't install a recent version of OpenVPN on your system." | ||||
| 		echo "" | ||||
| 		echo "However, if you're using Debian unstable/testing, or Ubuntu beta, | ||||
| 		echo "However, if you're using Debian unstable/testing, or Ubuntu beta," | ||||
| 		echo "then you can continue, a recent version of OpenVPN is available on these." | ||||
| 		echo "Keep in mind they are not supported, though." | ||||
| 		while [[ $CONTINUE != "y" && $CONITNUE != "n" ]]; do | ||||
| 		while [[ $CONTINUE != "y" && $CONTINUE != "n" ]]; do | ||||
| 			read -p "Continue ? [y/n]: " -e CONTINUE | ||||
| 		done | ||||
| 		if [[ "$CONTINUE" = "n" ]]; then | ||||
| 			echo "Ok, bye !" | ||||
| 			exit 4 | ||||
| 		fi | ||||
| 	fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Angristan
					Angristan