mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 06:17:08 +00:00
6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
# ensure python create the byte .pyc files for snappy
|
||
|
snappy -v
|