More actions
→Incompatible OpenSSL library: Fixed code again |
|||
| Line 54: | Line 54: | ||
#Create the wrapper script in your preferred editor | #Create the wrapper script in your preferred editor | ||
#:{{code|$EDITOR {{Color|green|/Path/To/ | :'''Note:''' The wrapper script cannot be located in the launcher's own folder, or it will be deleted when the launcher updates. | ||
#:{{code|$EDITOR {{Color|green|/Path/To/Wrapper/}}evewrapper.sh}} | |||
#Insert the following text and then save it: | #Insert the following text and then save it: | ||
#:{{code|dirname<nowiki>=</nowiki> | #:{{code|dirname<nowiki>=</nowiki>{{Color|green|/Path/To/evelauncher/}}<br><br>if [ ! -e $dirname/libssl.so.1.0.0 ]; then<br> ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 $dirname/libssl.so<br>fi<br>if [ ! -e $dirname/libcrypto.so.1.0.0 ]; then<br> ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 $dirname/libcrypto.so<br>fi<br>exec $dirname/evelauncher.sh}} | ||
#If you made a custom launcher file as above, you will need to change the path of the symlink in step 1 | #If you made a custom launcher file as above, you will need to change the path of the symlink in step 1 | ||
#:{{code|sudo ln -s {{Color|green|/Path/To/}}evewrapper.sh /usr/bin/evelauncher}} | #:{{code|sudo ln -s {{Color|green|/Path/To/Wrapper/}}evewrapper.sh /usr/bin/evelauncher}} | ||
<br> | <br> | ||