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

Update workspace-bootstrap.md

parent 566c546e
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,9 @@ systemctl enable gdm NetworkManager
echo '[recolic-aur]
SigLevel = Optional TrustAll
Server = https://drive.recolic.cc/mirrors/recolic-aur' >> /etc/pacman.conf
grep -v SystemMaxUse= /etc/systemd/journald.conf | grep -v SystemMaxFileSize= > /tmp/tmp.jdconf
echo 'SystemMaxUse=150M' >> /tmp/tmp.jdconf
echo 'SystemMaxFileSize=30M' >> /tmp/tmp.jdconf
sudo cp /tmp/tmp.jdconf /etc/systemd/journald.conf
sed -i 's/^[# ]*ParallelDownloads =[ 0-9A-Za-z]*$/ParallelDownloads = 5/g' /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
### Require Input
passwd recolic
......
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