added install script
This commit is contained in:
		
							
								
								
									
										8
									
								
								install.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								install.sh
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
				
			|||||||
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if type pip3 >/dev/null 2>&1; then
 | 
				
			||||||
 | 
					  pip3 install --user git+https://git.lys.is/lysis/pyuserconfig.git
 | 
				
			||||||
 | 
					  PYTHONPATH=~/.local/lib ~/.local/bin/userconfig.py
 | 
				
			||||||
 | 
					else
 | 
				
			||||||
 | 
					  echo "No pip3 installed, cannot proceed."
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
		Reference in New Issue
	
	Block a user