Skip to content

Commit

Permalink
Fix erroroneos command
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Jul 10, 2024
1 parent 3784924 commit 4aa9a39
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions win/software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,4 @@
$msTermURL = "https://github.com/microsoft/terminal/releases/download/v${msTermVer}/Microsoft.WindowsTerminal_${msTermVer}_x64.zip"
Invoke-WebRequest -Uri $msTermURL -outfile C:\Users\Public\Documents\Microsoft.WindowsTerminal.zip
Expand-Archive -LiteralPath C:\Users\Public\Documents\Microsoft.WindowsTerminal.zip -DestinationPath C:\Users\Public\Documents
setx /m PATH "$env:PATH;C:\Users\Public\Documents\terminal-${msTermVer}"
- name: Clink Autorun
win_command: clink autorun install
setx /m PATH "$env:PATH;C:\Users\Public\Documents\terminal-${msTermVer}"

0 comments on commit 4aa9a39

Please sign in to comment.