mirror of
				https://github.com/krateng/maloja.git
				synced 2025-10-31 18:47:06 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			135 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			135 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/usr/bin/env sh
 | |
| apt update
 | |
| apt install \
 | |
| 	python3-pip \
 | |
| 	python3
 | |
| 
 | |
| apt install python3-pip
 | |
| pip install wheel
 | |
| pip install malojaserver
 |