ScoopInstaller / Install

📥 Next-generation Scoop (un)installer
https://get.scoop.sh
The Unlicense
742 stars 94 forks source link

installation *seems* to be ok, but many things don't work #83

Open rapkin61 opened 5 months ago

rapkin61 commented 5 months ago

Description

.\install_scoop.ps1 -ScoopDir 'C:\Applications\Scoop' -ScoopGlobalDir 'C:\Applications\GlobalScoopApps' Initializing... Downloading... Extracting... Creating shim... Scoop was installed successfully! Type 'scoop help' for instructions.

scoop help Get-ChildItem : Der Pfad "C:\Program Files\shims" kann nicht gefunden werden, da er nicht vorhanden ist. In C:\Applications\Scoop\apps\scoop\current\lib\commands.ps1:2 Zeichen:51

Usage: scoop []

Available commands are listed below.

Type 'scoop help ' to get more help for a specific command. Get-ChildItem : Der Pfad "C:\Program Files\shims" kann nicht gefunden werden, da er nicht vorhanden ist. In C:\Applications\Scoop\apps\scoop\current\lib\commands.ps1:2 Zeichen:51

Command Summary


alias Manage scoop aliases bucket Manage Scoop buckets ....

scoop update Scoop uses Git to update itself. Run 'scoop install git' and try again.

scoop install git Get-ChildItem : Der Pfad "C:\Program Files\buckets" kann nicht gefunden werden, da er nicht vorhanden ist. In C:\Applications\Scoop\apps\scoop\current\lib\buckets.ps1:61 Zeichen:21

Get-ChildItem : Der Pfad "C:\Program Files\buckets" kann nicht gefunden werden, da er nicht vorhanden ist. In C:\Applications\Scoop\apps\scoop\current\lib\buckets.ps1:61 Zeichen:21

Couldn't find manifest for 'git'.

scoop bucket add main ERROR Git is required for buckets. Run 'scoop install git' and try again. scoop bucket add extras ERROR Git is required for buckets. Run 'scoop install git' and try again.

Installation Logs

PowerShell Context

Name Value


PSVersion 5.1.19041.4291 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.4291 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1

Additional Information

Possible Solution