mirror of
https://github.com/AuxXxilium/arc-v.git
synced 2024-11-23 23:11:05 +07:00
build: clean local before pull new
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
d22f00a3b0
commit
f29306919b
@ -4,6 +4,10 @@ set -e
|
||||
|
||||
. scripts/func.sh
|
||||
|
||||
# Clean cached Files
|
||||
sudo git clean -fdx
|
||||
sudo git pull
|
||||
|
||||
# Get extractor, LKM, addons and Modules
|
||||
getExtractor "files/p3/extractor"
|
||||
getLKMs "files/p3/lkms"
|
||||
|
Loading…
Reference in New Issue
Block a user