install.sh: correcty typo in extensions directory check
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
				
			|||||||
run_directory=$(dirname "$0")
 | 
					run_directory=$(dirname "$0")
 | 
				
			||||||
user=$(whoami)
 | 
					user=$(whoami)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -d /home/$user/.bashrc.d ]; then
 | 
					if [ ! -d /home/$user/.bashrc.d ]; then
 | 
				
			||||||
  echo "~/.bashrc.d does not exist. Creating it..."
 | 
					  echo "~/.bashrc.d does not exist. Creating it..."
 | 
				
			||||||
  mkdir /home/$user/.bashrc.d
 | 
					  mkdir /home/$user/.bashrc.d
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user