9 lines
		
	
	
		
			160 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			160 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| # 2024-03-06 Hyperling
 | |
| 
 | |
| sudo apt install pandoc \
 | |
| 	texlive-latex-base texlive-fonts-recommended \
 | |
| 	texlive-extra-utils texlive-latex-extra
 | |
| 
 | |
| exit $?
 |