Skip to content

Commit

Permalink
Update DellBIOSProvider NuSpec and AU Update Script
Browse files Browse the repository at this point in the history
  • Loading branch information
strausmann committed Sep 3, 2024
1 parent d1755e3 commit 958e7e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions automatic/dellbiosprovider/dellbiosprovider.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ The 'Dell Command | PowerShell Provider' provides native configuration capabilit
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/strausmann/ChocolateyPackages@master/icons/powershell.png</iconUrl>
<releaseNotes>http://en.community.dell.com/techcenter/enterprise-client/w/wiki/6901.dell-command-powershell-provider</releaseNotes>
<docsUrl></docsUrl>
<mailingListUrl></mailingListUrl>
<bugTrackerUrl>https://www.powershellgallery.com/packages/DellBIOSProvider/2.8.0/ReportAbuse</bugTrackerUrl>
<projectSourceUrl>https://www.powershellgallery.com/packages/DellBIOSProvider</projectSourceUrl>
<packageSourceUrl>https://github.com/strausmann/ChocolateyPackages/tree/master/automatic/dellbiosprovider</packageSourceUrl>
Expand Down
6 changes: 4 additions & 2 deletions automatic/dellbiosprovider/update.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import-module Chocolatey-AU
. $PSScriptRoot\..\_scripts\all.ps1
Import-Module Chocolatey-AU
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1"
Import-Module "../../scripts/au_extensions.psm1"

$releases = 'https://www.powershellgallery.com/packages/DellBIOSProvider'

Expand Down

0 comments on commit 958e7e2

Please sign in to comment.