merge setup_gs from VED to VE
This commit is contained in:
parent
452ba92a6f
commit
2bd2a763a1
@ -1407,7 +1407,9 @@ function setup_gs() {
|
|||||||
rm -rf "$TMP_DIR"
|
rm -rf "$TMP_DIR"
|
||||||
}
|
}
|
||||||
$STD apt-get install -y build-essential libpng-dev zlib1g-dev
|
$STD apt-get install -y build-essential libpng-dev zlib1g-dev
|
||||||
./configure >/dev/null && make && sudo make install >/dev/null
|
$STD ./configure >/dev/null
|
||||||
|
$STD make
|
||||||
|
$STD sudo make install
|
||||||
local EXIT_CODE=$?
|
local EXIT_CODE=$?
|
||||||
hash -r
|
hash -r
|
||||||
if [[ ! -x "$(command -v gs)" ]]; then
|
if [[ ! -x "$(command -v gs)" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user