Skip to content
Snippets Groups Projects
Commit 0e329914 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.

parent 81435467
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ lc_init () {
grep recolic-aur /etc/pacman.conf || echo '[recolic-aur]
SigLevel = Optional TrustAll
Server = https://drive.recolic.cc/mirrors/recolic-aur' >> /etc/pacman.conf
sed -i 's/^[# ]*ParallelDownloads =[ 0-9A-Za-z]*$/ParallelDownloads = 5/g' /etc/pacman.conf
sed -i 's/^[# ]*ParallelDownloads *=[ 0-9A-Za-z]*$/ParallelDownloads = 5/' /etc/pacman.conf
sed -i 's/^[# ]*IgnorePkg *=[ 0-9A-Za-z]*$/IgnorePkg = tpm2-tss microsoft-edge-stable-bin clion clion-jre/' /etc/pacman.conf
sed -i 's/^[# ]*SystemMaxUse=[ 0-9A-Za-z]*$/SystemMaxUse=150M/g' /etc/systemd/journald.conf
sed -i 's/^[# ]*SystemMaxFileSize=[ 0-9A-Za-z]*$/SystemMaxFileSize=30M/g' /etc/systemd/journald.conf
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment