Skip to content

Commit

Permalink
Update itt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed May 23, 2024
1 parent f4c11ee commit 99e6e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add-Type -AssemblyName System.Windows.Forms
# Variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
$sync.version = "24-05-2024 (02:58 ص)"
$sync.version = "24-05-2024 (02:59 ص)"
$sync.github = "https://github.com/emadadel4"
$sync.telegram = "https://t.me/emadadel4"
$sync.website = "https://eprojects.orgfree.com"
Expand Down Expand Up @@ -7118,7 +7118,7 @@ function Startup {
Write-Host (WriteAText -color White -message "You ready to Install anything.")
}

#Send-SystemInfo -FirebaseUrl $sync.firebaseUrl -Key $env:COMPUTERNAME
Send-SystemInfo -FirebaseUrl $sync.firebaseUrl -Key $env:COMPUTERNAME


}
Expand Down

0 comments on commit 99e6e25

Please sign in to comment.