mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			254 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			254 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| cat >&2 <<-EOF
 | |
| * depending on what effects you want to use, you'll have to install:
 | |
| * - calf-lv2
 | |
| * - lsp-plugins
 | |
| * - mda-lv2
 | |
| * - zam-plugins
 | |
| * enabling an effect while missing the package will tell you the name of the missing one.
 | |
| EOF
 | |
| 
 | |
| exit 0
 |