mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 08:07:17 +08:00
Removed compile.sh and install.sh, since they are now in .bashrc as c-compile and c-install.
This commit is contained in:
parent
eb09d3b67c
commit
1bd8e8dc78
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
cd $1
|
|
||||||
../makepkg -frs --noconfirm
|
|
||||||
sudo rm -rf pkg src *.pkg.*
|
|
||||||
cd ..
|
|
10
install.sh
10
install.sh
@ -1,10 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
PACKAGE_LIST=""
|
|
||||||
|
|
||||||
for i in $*
|
|
||||||
do
|
|
||||||
PACKAGE_LIST=$PACKAGE_LIST" ./_repo/local/"$i"*"
|
|
||||||
done
|
|
||||||
|
|
||||||
sudo pacman -U --noconfirm $PACKAGE_LIST
|
|
Loading…
Reference in New Issue
Block a user