mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-15 15:50:36 +00:00
Compare commits
5 Commits
2eabf019a6
...
38e646578a
Author | SHA1 | Date | |
---|---|---|---|
|
38e646578a | ||
|
d0dc44dcd9 | ||
|
9986f1fe8c | ||
|
bc11c184d2 | ||
|
02a79aa859 |
@ -67,6 +67,9 @@ From Source:
|
|||||||
2. Extract it!
|
2. Extract it!
|
||||||
3. Run it!
|
3. Run it!
|
||||||
|
|
||||||
|
Dependencies: bash, coreurtils, curl, polkit (those should be installed by default on most distributions)
|
||||||
|
Optional Dependencies: zenity (for GUI), zstd (to extract some runners)
|
||||||
|
|
||||||
Arch Linux: https://aur.archlinux.org/packages/lug-helper/
|
Arch Linux: https://aur.archlinux.org/packages/lug-helper/
|
||||||
|
|
||||||
## Contributors:
|
## Contributors:
|
||||||
|
@ -1187,7 +1187,7 @@ download_select_install() {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# For runners, check GlibC version against runner requirements
|
# For runners, check GlibC version against runner requirements
|
||||||
if [ "$download_type" = "runner" ] && [ "$contributor_name" = "/dev/null" ]; then
|
if [ "$download_type" = "runner" ] && ( [ "$contributor_name" = "/dev/null" ] || [ "$contributor_name" = "TKG" ] ); then
|
||||||
required_glibc="2.33"
|
required_glibc="2.33"
|
||||||
system_glibc="$(ldd --version | awk '/ldd/{print $NF}')"
|
system_glibc="$(ldd --version | awk '/ldd/{print $NF}')"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user