Skip to content

Commit

Permalink
Update Update-AllTheThings.ps1
Browse files Browse the repository at this point in the history
Fix version string (doesn't work the same as module manifest versions) and clean up CBH.
  • Loading branch information
SamErde authored Aug 4, 2024
1 parent 1336324 commit fc97c3b
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions Public/Update-AllTheThings.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#PSScriptInfo
.DESCRIPTION A script to automatically update all PowerShell modules, PowerShell Help, and packages (apt, brew, chocolately, winget).
.VERSION 0.3.2-preview
.VERSION 0.3.3
.GUID 3a1a1ec9-0ef6-4f84-963d-be1505dab6a8
.AUTHOR Sam Erde
.COPYRIGHT (c) Sam Erde
Expand Down Expand Up @@ -30,23 +30,18 @@ function Update-AllTheThings {
None. Update-Everything does not return any objects.
.LINK
GitHub Repository: https://github.com/SamErde/Chocolatey-Dip
Twitter / X: https://twitter.com/SamErde
Twitter / X
https://twitter.com/SamErde
.NOTES
Author: Sam Erde
Version: 0.3.2-preview
Modified: 2024/07/23
Ideas to do:
- Check for elevation/admin rights
- Update PowerShell
- Update Linux packages
Version: 0.3.3
Modified: 2024/08/04
#>

[CmdletBinding()]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingWriteHost', '', Justification = 'Interactive Use')]
[Alias("Update-Everything,","UATT")]
[Alias("UATT")]
param ()

# Spacing to get host output from script, winget, and choco all below the progress bar.
Expand Down

0 comments on commit fc97c3b

Please sign in to comment.