6 Setting up your LiteAUR configuration file
ffqq edited this page 2022-01-21 23:02:14 +08:00

Configuration file

Wanna set up a config file to configure LiteAUR?

Just follow this guide!

The configuration file in LiteAUR as of now is limited, but I'll add more and more to configure soon!
Now, as you don't have a config file yet, you'll need to create one.

Type in your terminal: curl https://pastebin.com/jZs5VrAJ --output ~/.config/liteaur/config.sh && chmod +x ~/.config/liteaur/config.sh
You've now created a configuration file! Now, open it with your text editor. nvim ~/.config/liteaur/config.sh
It should look like this:

# The LiteAUR configuration file: sample
# This is just a sample to help you to get to know the config better
SKIPCHECKSUMS="false" # Skip checksum checks for the AUR package
SKIPPGPCHECK="false" # Skip the PGP check (UNADVISED AS IT COULD BRING SECURITY RISKS)
SKIPINSTALLVERIFICATION="false" # Skip the PKGBUILD check


You can modify the values freely, you could make "SKIPPGPCHECK" true due to some packages like spotify having a broken PGP key. It's unadvised to keep this on forever though