mirror of
				https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
				synced 2025-10-31 08:04:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			324 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			324 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| cat > "/home/lubuntu/Desktop/calamares.desktop" << EOF
 | |
| #!/usr/bin/env xdg-open
 | |
| [Desktop Entry]
 | |
| Type=Application
 | |
| Version=1.0
 | |
| Name=Install Lubuntu 18.10
 | |
| GenericName=Install Lubuntu
 | |
| Exec=sudo calamares
 | |
| Comment=Calamares — System Installer
 | |
| Icon=calamares
 | |
| Terminal=false
 | |
| StartupNotify=true
 | |
| Categories=Qt;System;
 | |
| EOF
 |