/scoop-av

A Scoop Bucket.

Primary LanguagePowerShellMIT LicenseMIT

🍨 scoop-av 🍨

license repo size

A Scoop Bucket. Scoop

English | 简体中文

Install Scoop

Step 1: Enable policy in PowerShell

  • Open PowerShell as an Administrator
set-executionpolicy Unrestricted -scope currentuser

Step 2: Customize your Scoop directory

$env:SCOOP='E:\Applications\Scoop'
$env:SCOOP_GLOBAL='E:\GlobalScoopApps'
[Environment]::SetEnvironmentVariable('SCOOP_GLOBAL', $env:SCOOP_GLOBAL, 'Machine')

If you skip this step, all user installed Apps and Scoop itself will live in c:/users/user_name/scoop.

Step 3: Download and install Scoop

iwr get.scoop.sh -outfile 'scoop.ps1'
.\scoop.ps1 -RunAsAdmin

step 4: Install Apps from scoop-av bucket

scoop install aria2    #Install Aria2 to accelerate downloading (optional)
scoop install git      #Install Git to add new repositories

scoop bucket add scoop-av https://github.com/zzhaq/scoop-av   #add
scoop install xxx

Install custom av-tools in a virtual machine using scoop

Prerequisites

Enable policy in PowerShell

  • Open PowerShell as an Administrator
set-executionpolicy Unrestricted -scope currentuser

Install scoop and av-tools

./av_install.ps1