Skip to content

Commit d7573f9

Browse files
author
Robin Stolpe
committed
update
1 parent b76d7f2 commit d7573f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WinSoftwareUpdate/WinSoftwareUpdate.psm1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323
SOFTWARE.
2424
#>
2525

26-
Function Confirm-RSWinGet {
26+
Function Confirm-rsWinGet {
2727
<#
2828
.SYNOPSIS
2929
This function is connected and used of the main function for this module, Update-RSWinSoftware.
@@ -195,9 +195,9 @@ Function Get-rsSystemInfo {
195195
return $SysInfo
196196
}
197197
}
198-
Function Confirm-RSDependency {
198+
Function Confirm-rsDependency {
199199
# Collecting systeminformation
200-
$SysInfo = Get-RSSystemInfo
200+
$SysInfo = Get-rsSystemInfo
201201

202202
# If any dependencies are missing it will install them
203203
foreach ($_info in $SysInfo.Software.keys) {
@@ -313,7 +313,7 @@ Function Confirm-rsPowerShell7 {
313313
Remove-Item -Path $PackagePath -Force -ErrorAction SilentlyContinue
314314
}
315315
}
316-
Function Update-RSWinSoftware {
316+
Function Update-rsWinSoftware {
317317
<#
318318
.SYNOPSIS
319319
This module let users auto update their installed software on Windows 10, 11 with WinGet.

0 commit comments

Comments
 (0)