diff options
Diffstat (limited to 'tools/ubuntu-server-cloudimg-modify.sh')
-rwxr-xr-x | tools/ubuntu-server-cloudimg-modify.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/ubuntu-server-cloudimg-modify.sh b/tools/ubuntu-server-cloudimg-modify.sh index 78bf098dc..f9e0a2c47 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -62,5 +62,12 @@ apt-get install -y \ git clone https://github.com/kdlucas/byte-unixbench.git /opt/tempT make --directory /opt/tempT/UnixBench/ + + +git clone https://github.com/beefyamoeba5/ramspeed.git /opt/tempT2 +cd /opt/tempT2/ramspeed-2.6.0 +mkdir temp +bash build.sh + # restore symlink ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf |