mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
merge setup_gs from VED to VE
This commit is contained in:
parent
452ba92a6f
commit
2bd2a763a1
1 changed files with 3 additions and 1 deletions
|
|
@ -1407,7 +1407,9 @@ function setup_gs() {
|
|||
rm -rf "$TMP_DIR"
|
||||
}
|
||||
$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=$?
|
||||
hash -r
|
||||
if [[ ! -x "$(command -v gs)" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue