mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Update packages/safe-chain/src/installation/installOnWindows.js
This commit is contained in:
parent
07aa10d869
commit
e7de25de5e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export async function installOnWindows() {
|
||||||
|
|
||||||
ui.emptyLine();
|
ui.emptyLine();
|
||||||
ui.writeInformation(
|
ui.writeInformation(
|
||||||
`📥 Downloading SafeChain Agent ${getAgentVersion()} (${architecture})...`,
|
`📥 Downloading SafeChain Ultimate ${getAgentVersion()} (${architecture})...`,
|
||||||
);
|
);
|
||||||
ui.writeVerbose(`Download URL: ${downloadUrl}`);
|
ui.writeVerbose(`Download URL: ${downloadUrl}`);
|
||||||
ui.writeVerbose(`Destination: ${msiPath}`);
|
ui.writeVerbose(`Destination: ${msiPath}`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue