mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-15 18:50:36 +00:00
Compare commits
4 Commits
adc627f43c
...
278abeb63d
Author | SHA1 | Date | |
---|---|---|---|
|
278abeb63d | ||
|
8e55eda9bb | ||
|
293e994341 | ||
|
99048021bb |
@ -65,15 +65,15 @@ Keybinds are backed up to *$XDG_CONFIG_HOME/starcitizen-lug/keybinds/*
|
|||||||
|
|
||||||
## Installation:
|
## Installation:
|
||||||
|
|
||||||
From Source:
|
**From Source:**
|
||||||
1. Download it! https://github.com/starcitizen-lug/lug-helper/releases
|
1. Download it! https://github.com/starcitizen-lug/lug-helper/releases
|
||||||
2. Extract it!
|
2. Extract it!
|
||||||
3. Run 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)_
|
_Dependencies: **bash**, **coreutils**, **curl**, **polkit** (these should be installed by default on most distributions)_
|
||||||
_Optional Dependencies: **zenity** (for GUI), **zstd** (to extract some runners)_
|
_Optional Dependencies: **zenity** (for GUI)_
|
||||||
|
|
||||||
## Contributors:
|
## Contributors:
|
||||||
- https://github.com/Termuellinator
|
- https://github.com/Termuellinator
|
||||||
|
@ -187,7 +187,7 @@ lug_wiki="https://github.com/starcitizen-lug/information-howtos/wiki"
|
|||||||
# Github repo and script version info
|
# Github repo and script version info
|
||||||
repo="starcitizen-lug/lug-helper"
|
repo="starcitizen-lug/lug-helper"
|
||||||
releases_url="https://github.com/$repo/releases"
|
releases_url="https://github.com/$repo/releases"
|
||||||
current_version="v1.22"
|
current_version="v2.0"
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
############################################################################
|
############################################################################
|
||||||
@ -496,7 +496,7 @@ getdirs() {
|
|||||||
# If we don't have the directory paths we need yet,
|
# If we don't have the directory paths we need yet,
|
||||||
# ask the user to provide them
|
# ask the user to provide them
|
||||||
if [ -z "$wine_prefix" ] || [ -z "$game_path" ]; then
|
if [ -z "$wine_prefix" ] || [ -z "$game_path" ]; then
|
||||||
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"
|
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"
|
||||||
if [ "$use_zenity" -eq 1 ]; then
|
if [ "$use_zenity" -eq 1 ]; then
|
||||||
# Using Zenity file selection menus
|
# Using Zenity file selection menus
|
||||||
# Get the wine prefix directory
|
# Get the wine prefix directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user