mirror of
				https://git.launchpad.net/livecd-rootfs
				synced 2025-10-31 00:44:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			286 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			286 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| set -ex
 | |
| 
 | |
| git clone https://git.launchpad.net/livecd-rootfs -b ui-by-default-wip /tmp/livecd-rootfs
 | |
| mv /usr/share/livecd-rootfs/live-build /usr/share/livecd-rootfs/live-build.orig
 | |
| mv /tmp/livecd-rootfs/live-build /usr/share/livecd-rootfs/live-build
 | |
| 
 | |
| rm -rf /tmp/livecd-rootfs
 |