mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 06:20:42 +02:00
Add gradle
This commit is contained in:
parent
02171a401d
commit
e859cc2b8a
@ -15,7 +15,7 @@ try {
|
|||||||
$StopWatch = [system.diagnostics.stopwatch]::startNew()
|
$StopWatch = [system.diagnostics.stopwatch]::startNew()
|
||||||
if (!$IsLinux) { throw "Only Linux currently support snaps" }
|
if (!$IsLinux) { throw "Only Linux currently support snaps" }
|
||||||
|
|
||||||
"⏳ Installing 18 basic snaps (sorted alphabetically)..."
|
"⏳ Installing 19 Snaps (sorted alphabetically)..."
|
||||||
sudo snap install ant
|
sudo snap install ant
|
||||||
sudo snap install audacity
|
sudo snap install audacity
|
||||||
sudo snap install bashtop
|
sudo snap install bashtop
|
||||||
@ -27,6 +27,7 @@ try {
|
|||||||
sudo snap install firefox
|
sudo snap install firefox
|
||||||
sudo snap install gimp
|
sudo snap install gimp
|
||||||
sudo snap install go
|
sudo snap install go
|
||||||
|
sudo snap install gradle --classic
|
||||||
sudo snap install groovy --classic
|
sudo snap install groovy --classic
|
||||||
sudo snap install hugo
|
sudo snap install hugo
|
||||||
sudo snap install jenkins --edge --classic
|
sudo snap install jenkins --edge --classic
|
||||||
@ -36,7 +37,7 @@ try {
|
|||||||
sudo snap install plexmediaserver
|
sudo snap install plexmediaserver
|
||||||
|
|
||||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||||
"✔️ Basic Linux snaps installed in $Elapsed sec"
|
"✔️ installed 19 Snaps in $Elapsed sec"
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
} catch {
|
} catch {
|
||||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||||
|
@ -162,6 +162,7 @@ function ListTools {
|
|||||||
ListTool gpg-error "--version"
|
ListTool gpg-error "--version"
|
||||||
ListTool gpgsplit "--version"
|
ListTool gpgsplit "--version"
|
||||||
ListTool gpgtar "--version"
|
ListTool gpgtar "--version"
|
||||||
|
ListTool gradle "--version"
|
||||||
ListTool grep "--version"
|
ListTool grep "--version"
|
||||||
ListTool groups "--version"
|
ListTool groups "--version"
|
||||||
ListTool gzip "--version"
|
ListTool gzip "--version"
|
||||||
|
Loading…
Reference in New Issue
Block a user