build: clean local before pull new

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-01-24 20:04:23 +01:00
parent d22f00a3b0
commit f29306919b

View File

@ -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"