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