mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
cd $1
|
|
../makepkg -sr --noconfirm
|
|
rm -rf pkg src *.pkg.*
|
|
cd ..
|