5 lines
		
	
	
		
			207 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			207 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
rm /tmp/gxde-kernel-manager-installer-status -f
 | 
						|
pkexec bash "${kernelInstallerShellTempPath}"
 | 
						|
echo $? > /tmp/gxde-kernel-manager-installer-status
 | 
						|
rm -f "${kernelInstallerRootLoaderShellTempPath}" |