mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 12:47:30 +00:00
7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
# we don't want click on snappy image
|
||
|
apt-get purge -y click
|