Per-Terra / AviUtl-Simple-Installer

A simple AviUtl installer using PowerShell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS REPOSITORY IS NO LONGER BEING UPDATED

SEE AviUtl-Installer-pwsh

AviUtl-Simple-Installer

Install Aviutl using PowerShell

注意事項

  • GitHubのAPIには制限があるので、デバッグ時などはシェル上で実行すること
    • URLが自動でキャッシュされる

ワンライナー

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Per-Terra/AviUtl-Simple-Installer/main/installer.ps1') + "-Scrapbox")

About

A simple AviUtl installer using PowerShell

License:MIT License


Languages

Language:PowerShell 100.0%