mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 13:03:05 +02:00
Merge branch 'main' of https://github.com/kuhyx/linux-configuration
This commit is contained in:
commit
278b390277
@ -1,3 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo mkdir -p /home/packages
|
||||
sudo mkdir -p /home/sources
|
||||
|
||||
sudo chown $USER:$USER /home/packages
|
||||
chmod 755 /home/packages
|
||||
sudo chown $USER:$USER /home/sources
|
||||
chmod 755 /home/sources
|
||||
yes | sudo pacman -S --needed mold ccache zstd lz4 xz pigz pbzip2 lbzip2
|
||||
sudo cp makepkg.conf /etc/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user