mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
Added some simple scripts from [games] repo.
This commit is contained in:
parent
1c2a497a2a
commit
09dd99e6ef
5
compile.sh
Executable file
5
compile.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
cd $1
|
||||
../makepkg -sr
|
||||
rm -r pkg src *.pkg.*
|
||||
cd ..
|
10
install.sh
Executable file
10
install.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
PACKAGE_LIST=""
|
||||
|
||||
for i in $*
|
||||
do
|
||||
PACKAGE_LIST=$PACKAGE_LIST" ./_repo/local/"$i"*"
|
||||
done
|
||||
|
||||
sudo pacman -U $PACKAGE_LIST
|
Loading…
Reference in New Issue
Block a user