mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-20 17:08:19 +02:00
Update install-basic-snaps.ps1
This commit is contained in:
parent
3a08a627aa
commit
0ac0306424
@ -15,7 +15,7 @@ try {
|
|||||||
$StopWatch = [system.diagnostics.stopwatch]::startNew()
|
$StopWatch = [system.diagnostics.stopwatch]::startNew()
|
||||||
|
|
||||||
"⏳ (1/1) Installing ant..."
|
"⏳ (1/1) Installing ant..."
|
||||||
snap install ant
|
sudo snap install ant
|
||||||
|
|
||||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||||
"✔️ installed basic snaps in $Elapsed sec"
|
"✔️ installed basic snaps in $Elapsed sec"
|
||||||
|
Loading…
Reference in New Issue
Block a user