mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 07:27:15 +08:00
6 lines
68 B
Bash
Executable File
6 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
cd $1
|
|
../makepkg -frs
|
|
sudo rm -rf pkg src *.pkg.*
|
|
cd ..
|