mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-12-25 02:41:48 +01:00
No GooglePackageInstaller
This commit is contained in:
parent
c7953b52bb
commit
e4b6fbbafa
2
.github/workflows/magisk.yml
vendored
2
.github/workflows/magisk.yml
vendored
@ -208,7 +208,7 @@ jobs:
|
||||
if: ${{ github.event.inputs.gapps_variant != 'none' && github.event.inputs.gapps_variant != '' }}
|
||||
run: |
|
||||
mkdir gapps/tmp
|
||||
cat gapps/{Core,GApps}/*.lz | tar --lzip -C gapps/tmp -xvf - -i --strip-components=2 --exclude='setupwizardtablet-x86_64'
|
||||
cat gapps/{Core,GApps}/*.lz | tar --lzip -C gapps/tmp -xvf - -i --strip-components=2 --exclude='setupwizardtablet-x86_64' --exclude='packageinstallergoogle-all'
|
||||
|
||||
sudo cp -r gapps/tmp/{app,etc,framework,priv-app} system/system
|
||||
sudo cp -r gapps/tmp/product/* system/product/
|
||||
|
Loading…
Reference in New Issue
Block a user