Ansicht umschalten
Avatar von chithanh
  • chithanh

mehr als 1000 Beiträge seit 21.05.2001

Re: "curl https://… | sudo bash" jetzt auch unter Windows

Chronarius schrieb am 10.02.2024 10:50:

Hä? Sowas macht doch bei Linux schon lange keiner mehr. Das letzte Mal das ich so ein Konstrukt verwendet habe ist locker 20 Jahre her. Sieht man halt mal wieder wie sehr Windows der Zeit hinterher hinkt 🤣😛

Auch heute noch wird diese Methode von Microsoft empfohlen, etwa für Azure:

The easiest way to install the Azure CLI is through a script maintained by the Azure CLI team. This script runs all installation commands in one step. This script is downloaded via curl and piped directly to bash to install the CLI.

If you wish to inspect the contents of the script yourself before executing, download the script first using curl and inspect it in your favorite text editor.

curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash

https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt#install-azure-cli

MfG

Bewerten
- +
Ansicht umschalten