Skip to content

A script to quickly download and install the latest custom Star Citizen runner from Snatella

Notifications You must be signed in to change notification settings

richardtatum/sc-runner-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Star Citizen Runner Updater

A script to make installing the latest wine runners from Snatella's Awesome Star Citizen Runners even easier.

Primarly for use with Lutris.

Prior Note

This was heavily inspired by flubberding's awesome ProtonUpdater. Props to him for making a great script and allowing me to use it as a foundation for this one.

Installation & Execution

For Arch users, this is available in the AUR

pacman -S sc-updater-git
yay sc-updater-git

For non Arch-based distro's, just copy the update.sh file to your chosen directory and run bash update.sh to execute.

If you are feeling extra spicy, run:

sudo cp update.sh /usr/local/bin/sc-updater

Which renames the file to sc-updater and moves it to the local application folder

sudo chmod +x /usr/local/bin/sc-updater

Makes the file executable.

Now you can sc-updater from anywhere in a terminal to run the script.

Options

You can set some options at the start of the script

restart_lutris can be set as the following:

0 to not restart Lutris after installing the runner
1 to autorestart Lutris after installing the runner
2 to to ask with a y/n prompt if Lutris is running

base_path can be set to whichever directory you usually install your Lutris wine runners to.

Uninstall

To uninstall simply remove the script rm update.sh.

To uninstall the spicy implementation of this script, simply remove it from its location with sudo rm /usr/local/bin/sc-updater

License

This project is licensed under the MIT License

About

A script to quickly download and install the latest custom Star Citizen runner from Snatella

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages