Commit update git to 0.9.6

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-02-22 18:43:06 +03:00 committed by GitHub
parent 8c4b1ea4ce
commit 26cdd51113
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
#! /bin/bash
# Clone Upstream
git clone https://github.com/atar-axis/xpadneo -b v0.9.5
git clone https://github.com/atar-axis/xpadneo -b v0.9.6
cp -rvf ./debian ./xpadneo
cd ./xpadneo
for i in ../patches/* ; do patch -Np1 -i $i; done