You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
324 B
17 lines
324 B
#!/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
|