mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 12:23:06 +02:00
feat: make packages and sources directory if not existing
This commit is contained in:
parent
fb15b2c8c3
commit
7b06f2558a
@ -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
|
||||
|
||||
sudo cp makepkg.conf /etc/
|
||||
Loading…
Reference in New Issue
Block a user