mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:24:21 +00:00
added dependencies to Readme and glibc check to TKG
This commit is contained in:
parent
c627666705
commit
02a79aa859
@ -66,6 +66,8 @@ From Source:
|
||||
1. Download it! https://github.com/starcitizen-lug/lug-helper/releases
|
||||
2. Extract 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/
|
||||
|
||||
|
@ -1188,7 +1188,7 @@ download_select_install() {
|
||||
esac
|
||||
|
||||
# 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"
|
||||
system_glibc="$(ldd --version | awk '/ldd/{print $NF}')"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user