Skip to content

Commit

Permalink
Update sync.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Aug 23, 2024
1 parent b87b78b commit 85e4d1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@ syncRepos() {

generatePatches() {
echo "--> Generating patches"
rm -rf patchestd patchestd.zip
rm -rf patchest patchest.zip
wget -q https://github.com/TrebleDroid/treble_experimentations/raw/master/list-patches.sh -O list-patches.sh
sed -i "s/patches/patchestd/g" list-patches.sh
sed -i "s/patches/patchest/g" list-patches.sh
bash list-patches.sh
echo
}

updatePatches() {
echo "--> Updating patches"
#rm -rf $BL/patches/trebledroid
unzip -q patchestd.zip
mv patchestd $BL/patches/trebledroid
unzip -q patchest.zip
mv patchest $BL/patches/trebledroid
echo
}

Expand Down

0 comments on commit 85e4d1f

Please sign in to comment.