mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-15 21:50:35 +00:00
Compare commits
No commits in common. "278abeb63dd2d0194be330e5e3d05fe85b815f2d" and "adc627f43cd3b2952689c65ca278c636f9b70820" have entirely different histories.
278abeb63d
...
adc627f43c
@ -65,15 +65,15 @@ Keybinds are backed up to *$XDG_CONFIG_HOME/starcitizen-lug/keybinds/*
|
||||
|
||||
## Installation:
|
||||
|
||||
**From Source:**
|
||||
From Source:
|
||||
1. Download it! https://github.com/starcitizen-lug/lug-helper/releases
|
||||
2. Extract it!
|
||||
3. Run it!
|
||||
|
||||
**Arch Linux:** https://aur.archlinux.org/packages/lug-helper/
|
||||
Arch Linux: https://aur.archlinux.org/packages/lug-helper/
|
||||
|
||||
_Dependencies: **bash**, **coreutils**, **curl**, **polkit** (these should be installed by default on most distributions)_
|
||||
_Optional Dependencies: **zenity** (for GUI)_
|
||||
_Optional Dependencies: **zenity** (for GUI), **zstd** (to extract some runners)_
|
||||
|
||||
## Contributors:
|
||||
- https://github.com/Termuellinator
|
||||
|
@ -187,7 +187,7 @@ lug_wiki="https://github.com/starcitizen-lug/information-howtos/wiki"
|
||||
# Github repo and script version info
|
||||
repo="starcitizen-lug/lug-helper"
|
||||
releases_url="https://github.com/$repo/releases"
|
||||
current_version="v2.0"
|
||||
current_version="v1.22"
|
||||
|
||||
############################################################################
|
||||
############################################################################
|
||||
@ -496,7 +496,7 @@ getdirs() {
|
||||
# If we don't have the directory paths we need yet,
|
||||
# ask the user to provide them
|
||||
if [ -z "$wine_prefix" ] || [ -z "$game_path" ]; then
|
||||
message info "Star Citizen must be fully downloaded and installed before proceeding.\n\nAt the next screen, please select your Star Citizen install directory (WINE prefix)\nIt will be remembered for future use.\n\nLutris default install path: ~/Games/star-citizen"
|
||||
message info "Star Citizen must be installed before proceeding.\n\nAt the next screen, please select your Star Citizen install directory (WINE prefix)\nIt will be remembered for future use.\n\nLutris default install path: ~/Games/star-citizen"
|
||||
if [ "$use_zenity" -eq 1 ]; then
|
||||
# Using Zenity file selection menus
|
||||
# Get the wine prefix directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user