tinycarrot / ccpatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CC patch

中文

Not work

  • Acrobat

Depend

  • macOS

    • curl
    • python3
    • Command Line Tools (Install using: xcode-select --install)
  • Windows

    • PowerShell (Administrator)

Run

  • macOS

    sudo python3 -c "$(curl -fsSL https://raw.githubusercontent.com/tinycarrot/ccpatch/generic/run.py)"
    
  • Windows

    powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/YJBeetle/ccpatch/generic/run.ps1')"
    

Restore

  • macOS

    sudo python3 -c "$(curl -fsSL https://raw.githubusercontent.com/tinycarrot/ccpatch/generic/run.py)" restore
    
  • Windows

    powershell -nop -c "icm -ScriptBlock ([ScriptBlock]::Create((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/YJBeetle/ccpatch/generic/run.ps1'))) -ArgumentList restore"
    

About


Languages

Language:Python 55.5%Language:PowerShell 44.5%