mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 14:43:08 +02:00
11 lines
220 B
Bash
Executable File
11 lines
220 B
Bash
Executable File
#!/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
|
|
|
|
sudo cp makepkg.conf /etc/ |