5 lines
78 B
5 lines
78 B
9 years ago
|
#!/bin/bash -eux
|
||
|
|
||
|
. /etc/os-release
|
||
|
echo "Ubuntu $VERSION" > /etc/ec2_version
|