Skip to content

Instantly share code, notes, and snippets.

@nuitsjp
Created August 12, 2020 21:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Scoop-Playbookのインストール前に必要だったこと
scoop install 7zip
scoop install sudo
scoop install dark
scoop install innounp
sudo Add-MpPreference -ExclusionPath 'C:\ProgramData\scoop'
sudo Add-MpPreference -ExclusionPath $home\scoop
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
@nuitsjp
Copy link
Author

nuitsjp commented Aug 12, 2020

Scoop-Playbookを利用するのにscoopを入れただけの状態で実行したらエラーが発生した。
👆を実行したら解消した。
Add-MpPreferenceあたりはscoopを利用する上でのお作法な気もするが、パッケージ不足はScoop-Playbookの利用自体に必要なものなのだろうか?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment