We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ae35b commit cfbb78fCopy full SHA for cfbb78f
1 file changed
linux/04installApps.ps1
@@ -15,7 +15,7 @@ if (-not (Test-EXEProgram -Name 'bun')) {
15
npm install -g nrm --registry='https://registry.npmmirror.com'
16
nrm use taobao
17
npm install -g bun
18
- $bashrcPath = ~/.bashrc
+ $bashrcPath = Join-Path $HOME '.bashrc'
19
# 确保.bashrc文件存在
20
# if (-not (Test-Path $bashrcPath)) {
21
# New-Item -Path $bashrcPath -ItemType File -Force | Out-Null
0 commit comments