mirror of
				https://github.com/HorlogeSkynet/archey4
				synced 2025-11-04 04:00:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
set -e
 | 
						|
 | 
						|
 | 
						|
# Creates a symbolic link providing `archey4` command alias.
 | 
						|
ln -s -f /usr/bin/archey /usr/bin/archey4
 |