You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
302 B
INI
13 lines
302 B
INI
[Unit]
|
|
Description=Installs Jade's GUI counterpart
|
|
Before=gdm.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/bin/mount -o remount,size=2G /run/archiso/cowspace
|
|
ExecStart=/bin/flatpak install -y --noninteractive /usr/share/jade-gui/jade-gui.flatpak
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|