mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
cd into tmp
This commit is contained in:
parent
b45e2a922c
commit
46f2ff051c
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ apt-get update
|
|||
|
||||
apt-get install vim imagemagick optipng --yes
|
||||
|
||||
wget https://s3.amazonaws.com/sl-public-dev-assets/ghostscript-9.15.tar.gz -O /tmp/ghostscript-9.15.tar.gz
|
||||
ls -al /tmp
|
||||
wget -q https://s3.amazonaws.com/sl-public-dev-assets/ghostscript-9.15.tar.gz -O /tmp/ghostscript-9.15.tar.gz
|
||||
cd /tmp
|
||||
tar -xvf /tmp/ghostscript-9.15.tar.gz
|
||||
cd /tmp/ghostscript-9.15 && ./configure && make && make install
|
||||
|
||||
|
|
Loading…
Reference in a new issue