mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-15 04:24:01 +01: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()
|
||||
|
||||
"⏳ (1/1) Installing ant..."
|
||||
snap install ant
|
||||
sudo snap install ant
|
||||
|
||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
"✔️ installed basic snaps in $Elapsed sec"
|
||||
|
Loading…
Reference in New Issue
Block a user