Last active
August 29, 2015 14:15
-
-
Save Bogdaan/8988a62ab910858a2ffc to your computer and use it in GitHub Desktop.
bitrix remote setup, zlib functions fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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