This script allows for the seamless download and update of the PlayCover nightly app. It fetches the latest build from from nightly.link and provides options to update, download, and check the version of the installed PlayCover nightly application.
-
Clone this repository:
git clone https://github.com/TheFermi0n/playcover-nightly-setup.git
-
Move to the directory:
cd playcover-nightly-setup -
Make the script executable:
chmod +x Playcover-setup.sh
-
Run the script directly;
./Playcover-setup.sh {--force} [-u|--update] [-d|--download] [-v|--version] [-h|--help]
-
Clone this repository:
git clone https://github.com/TheFermi0n/playcover-nightly-setup.git
-
Add an alias to your shell's configuration file (
~/.bashrc,~/.zshrc, etc.):alias playcover_setup='zsh /path/to/Playcover-setup.sh'
Replace
/path/to/Playcover-setup.shwith the actual path to the script. -
Source the configuration file or restart your terminal:
source ~/.bashrc # For Bash source ~/.zshrc # For Zsh
-
Run the script using the created alias:
playcover_setup {--force} [-u|--update] [-d|--download] [-v|--version] [-h|--help]
--force: Force the script to fetch online data, overriding version checks.-u,--update: Perform download and installation.-d,--download: Perform only the download.-v,--version: Check the version of the installed PlayCover nightly application.-h,--help: Display the help message.
./Playcover-setup.sh -u: Perform download and installation.playcover_setup -u: Perform download and installation using the alias../Playcover-setup.sh -d: Perform only the download.playcover_setup -v: Check the version of installed PlayCover../Playcover-setup.sh -h: Display the help message.playcover_setup --force -u: Force recheck online data and then perform download and install.
- PlayCover Repository - Official PlayCover Repository
- Github Repository
- Manually download the nightly build from nightly.link
Feel free to contribute by creating issues or pull requests.
This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.