mirror of
				https://github.com/ShaYmez/hblink3.git
				synced 2025-11-03 21:40:33 -05:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			127 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			127 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#! /bin/bash
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# Install the required support programs
							 | 
						||
| 
								 | 
							
								apt-get install python3 python3-pip -y
							 | 
						||
| 
								 | 
							
								pip3 install -r requirements.txt
							 | 
						||
| 
								 | 
							
								
							 |