thanks shell warnings
This commit is contained in:
parent
9f5ca9fdda
commit
af751a84b7
@ -4,12 +4,14 @@ echo This script may be removed or disabled with discretion of google.
|
|||||||
# Search directory for versions
|
# Search directory for versions
|
||||||
HIGHESTVERSIONAPPARENTLY=$(find $HOME/.config/google-chrome/PKIMetadata/ -maxdepth 1 -mindepth 1 -type d| head -n 1)
|
HIGHESTVERSIONAPPARENTLY=$(find $HOME/.config/google-chrome/PKIMetadata/ -maxdepth 1 -mindepth 1 -type d| head -n 1)
|
||||||
|
|
||||||
# Prepare output directory (version is 2000 for now. Don't ask why)
|
#Let the user know what version we are on
|
||||||
|
echo "$HIGHESTVERSIONAPPARENTLY"
|
||||||
|
|
||||||
|
# Prepare output directory (version is 2000 for now. Don't ask why)
|
||||||
mkdir -p original/PKIMetadata/2000
|
mkdir -p original/PKIMetadata/2000
|
||||||
|
|
||||||
#Copy latest version as base (idk if this is reliable)
|
#Copy latest version as base (idk if this is reliable)
|
||||||
cp -rvf $HIGHESTVERSIONAPPARENTLY/. original/PKIMetadata/2000
|
cp -rvf "$HIGHESTVERSIONAPPARENTLY"/. original/PKIMetadata/2000
|
||||||
|
|
||||||
#Remove metadata and fingerprint(just sha256 of manifest) to be accepted
|
#Remove metadata and fingerprint(just sha256 of manifest) to be accepted
|
||||||
rm -rvf original/PKIMetadata/2000/_metadata
|
rm -rvf original/PKIMetadata/2000/_metadata
|
||||||
|
Loading…
x
Reference in New Issue
Block a user