From 99e6e25e21739ccb2a5b405b583e0b3787ae296b Mon Sep 17 00:00:00 2001 From: Emad Adel <19177373+emadadel4@users.noreply.github.com> Date: Fri, 24 May 2024 02:59:41 +0300 Subject: [PATCH] Update itt.ps1 --- itt.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itt.ps1 b/itt.ps1 index a78c3b21..b1b6fae3 100644 --- a/itt.ps1 +++ b/itt.ps1 @@ -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" @@ -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 }