mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 04:37:29 +00:00
5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
|
#!/bin/bash -eux
|
||
|
|
||
|
. /etc/os-release
|
||
|
echo "Ubuntu $VERSION" > /etc/ec2_version
|