Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
script: fix rustup installation
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlau1999 authored Apr 29, 2024
1 parent 7e5a5cd commit 782d957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_typst.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else {

# Run the installer
Write-Output "运行 Rustup 安装程序..."
Invoke-Command $Env:Temp/rustup-init.exe -y
$Env:Temp/rustup-init.exe -y

# Add Rustup to the PATH
Write-Output "将 Rustup 添加到 PATH 环境变量..."
Expand Down Expand Up @@ -61,4 +61,4 @@ else {

# Wait for user input
Write-Output "按任意键退出..."
$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")
$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")

0 comments on commit 782d957

Please sign in to comment.