We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1eab43 commit 4d6ebe4Copy full SHA for 4d6ebe4
scripts/install-windows.ps1
@@ -46,6 +46,8 @@ function check_slack_binary_exist() {
46
)
47
$FINGERPRINT = "d41d8cd98f00b204e9800998ecf8427e"
48
$SLACK_CLI_NAME = "slack"
49
+ Write-Host "xd1: $alias"
50
+ Write-Host "xd2: $Alias"
51
if ($alias) {
52
$SLACK_CLI_NAME = $alias
53
}
@@ -258,8 +260,8 @@ install_slack_cli $Alias $Version
258
260
Write-Host "`nAdding developer tooling for an enhanced experience..."
259
261
install_git $SkipGit
262
Write-Host "Sweet! You're all set to start developing!"
-Write-Host "test: $Alias xox"
-& $Alias _fingerprint
263
+# Write-Host "test: $Alias xox"
264
+# & $Alias _fingerprint
265
terms_of_service $Alias
266
feedback_message $Alias
267
next_step_message $Alias
0 commit comments