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