mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-05 14:01:39 +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
|