Automating apt update - works
This commit is contained in:
parent
852cf63834
commit
e84fe4b67f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# someone to use to get Jekyll building outside of GitHub
|
# someone to use to get Jekyll building outside of GitHub
|
||||||
|
|
||||||
echo "Installing Ruby"
|
echo "Installing Ruby"
|
||||||
apt-get install -y ruby-full build-essential zlib1g-dev
|
apt-get update -y && apt-get install -y ruby-full build-essential zlib1g-dev
|
||||||
|
|
||||||
export GEM_HOME=".gems"
|
export GEM_HOME=".gems"
|
||||||
export PATH=".gems/bin:$PATH"
|
export PATH=".gems/bin:$PATH"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue