Update installuncursus.sh
This commit is contained in:
		@@ -21,7 +21,7 @@ fi
 | 
				
			|||||||
echo "WARNING: I'M NOT RESPONSIBLE IF ANYTHING GOES WRONG"
 | 
					echo "WARNING: I'M NOT RESPONSIBLE IF ANYTHING GOES WRONG"
 | 
				
			||||||
echo "If you've found any bugs, please create an issue in GitHub."
 | 
					echo "If you've found any bugs, please create an issue in GitHub."
 | 
				
			||||||
echo "Checking Dependencies..."
 | 
					echo "Checking Dependencies..."
 | 
				
			||||||
if [ $need != "" ]; then
 | 
					if [[ $need != "" ]]; then
 | 
				
			||||||
echo "Installing Dependencies..."
 | 
					echo "Installing Dependencies..."
 | 
				
			||||||
apt update
 | 
					apt update
 | 
				
			||||||
apt install $need -y
 | 
					apt install $need -y
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user