Skip to content
Snippets Groups Projects
Commit 5ecac375 authored by Prashanth Dwarakanath's avatar Prashanth Dwarakanath
Browse files

update rubyenv with LC_CTYPE value

parent 6df6ed4f
Branches
Tags
No related merge requests found
#!/bin/bash #!/bin/bash
export LANG=en_US.UTF-8
source /opt/nscjekyllsetup/rubyenv $1 source /opt/nscjekyllsetup/rubyenv $1
cd /mnt cd /mnt
jekyll build; jekyll build;
......
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
if [ "$1" = "nsc" ]; then if [ "$1" = "nsc" ]; then
export PATH=/opt/rbenv/bin:/opt/rbenv/versions/2.4.1/bin:$PATH export PATH=/opt/rbenv/bin:/opt/rbenv/versions/2.4.1/bin:$PATH
else else
......
...@@ -5,6 +5,6 @@ From: debian ...@@ -5,6 +5,6 @@ From: debian
apt-get update && apt-get install -y git wget gcc make libssl-dev libreadline-dev zlib1g-dev vim bzip2 locales pandoc python2.7 apt-get update && apt-get install -y git wget gcc make libssl-dev libreadline-dev zlib1g-dev vim bzip2 locales pandoc python2.7
mkdir -p /opt && cd /opt mkdir -p /opt && cd /opt
git clone https://github.com/snic-nsc/nscjekyllsetup.git git clone https://github.com/snic-nsc/nscjekyllsetup.git
cd nscjekyllsetup && git checkout 'v1.12' cd nscjekyllsetup && git checkout 'v1.13'
bash presetup.sh bash presetup.sh
bash setup.sh bash setup.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment