From a54a9a05a70f43d0a442bae24809f9b4053ac549 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 7 Aug 2019 00:39:46 +0200 Subject: Update aws setup script --- scripts/setup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/setup.sh b/scripts/setup.sh index 5e37b75..cef1cbc 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -2,7 +2,7 @@ sudo yum -y update -sudo yum -y install git gcc gcc-c++ tcl-devel python3 \ +sudo yum -y install git gcc gcc-c++ clang zlib-devel tcl-devel python3 \ graphviz xdot gperf gmp-devel make flex autoconf \ readline-devel tmux boost libffi-devel bison ncurses-compat-libs @@ -15,7 +15,8 @@ sudo mount /dev/nvme1n1p1 /mnt/work sudo chown -R ec2-user:ec2-user /mnt/tools/home/ec2-user sudo chown -R ec2-user:ec2-user /mnt/work -curl -sSL https://get.haskellstack.org/ | sh +curl https://nixos.org/nix/install | sh +. $HOME/.nix-profile/etc/profile.d/nix.sh { cat <