Remove force from linux-libre deblob

This commit is contained in:
Ark74 2021-10-13 13:01:48 -05:00
parent a16d998741
commit 15b5a8fdf4

View file

@ -21,7 +21,6 @@
# #
VERSION=4 VERSION=4
#61520e9
. ./config . ./config
@ -58,7 +57,7 @@ for DIR in $PRESERVEDIRS; do
cp $DIR $TMPDIR --parents -a cp $DIR $TMPDIR --parents -a
done done
sh $DATA/deblob-5.8 --force sh $DATA/deblob-5.8
echo "Reverting deblobbing for files patched by silent-accept-firmware" echo "Reverting deblobbing for files patched by silent-accept-firmware"
cp $TMPDIR/* . -av cp $TMPDIR/* . -av