Link to home
Start Free TrialLog in
Avatar of *** Hopeleonie ***
*** Hopeleonie ***Flag for Switzerland

asked on

Chocolatey under PowerShell is not working properly

Hi

I used to use Chocolatey for our private home customers since many months. This script that a friend created for me worked fine till now:

#Install Chocolatey
Set-ExecutionPolicy unrestricted
Register-PackageSource -Name chocolatey -ProviderName chocolatey -Location http://chocolatey.org/api/v2
Get-PackageSource
Set-PackageSource -Name chocolatey -ProviderName chocolatey -Location http://chocolatey.org/api/v2 -Trusted
 
#Find-Package adobe*

#Install SW
Install-Package k-litecodecpackmega, cdburnerxp, adobereader-update, javaruntime, skype, Firefox, GoogleChrome, flashplayerplugin, 7zip.install, vlc -Verbose -Force

Open in new window


Now Chocolatey tells to use ChocolateyGet.
https://chocolatey.org/packages/Firefox 
Do you have the same problems? How can i modify my Script to work properly again?

Many thanks in advance.
SOLUTION
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of *** Hopeleonie ***

ASKER

Thanks a lot to you both and happy new year.