File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323SOFTWARE.
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.
You can’t perform that action at this time.
0 commit comments