This file contains hidden or 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
BASEDIR=/home/qwerty/stk # Dir with stk-code and stk-assets inside | |
compiler=/usr/bin/clang # Your C compiler | |
compilerplusplus=/usr/bin/clang++ # Your C++ compiler | |
jobscount=4 # Count of build jobs | |
# Hint: you can use ping for setting up distributed builds | |
# Manually create "$BASEDIR"/stk-code/needtoupdate to force rebuild |
This file contains hidden or 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
#!/usr/bin/env bash | |
# | |
# Update letsencrypt on a lighttp installation | |
# | |
# If you installed letsencrypt in a non-standard location you | |
# can set the LEDIR env var before you run this script. | |
# | |
# setup letsencrypt install directory | |
STDLEDIR=/usr/bin |