Skip to content

Instantly share code, notes, and snippets.

@Bogdaan
Last active August 29, 2015 14:15
Show Gist options
  • Save Bogdaan/8988a62ab910858a2ffc to your computer and use it in GitHub Desktop.
Save Bogdaan/8988a62ab910858a2ffc to your computer and use it in GitHub Desktop.
bitrix remote setup, zlib functions fix
wget http://www.1c-bitrix.ua/download/scripts/bitrixsetup.php && \
sed -i 's/gztell/gztell64/' bitrixsetup.php && \
sed -i 's/gzseek/gzseek64/' bitrixsetup.php && \
sed -i 's/gzopen/gzopen64/' bitrixsetup.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment