We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bc3f5 commit dd9d825Copy full SHA for dd9d825
2 files changed
install.ps1
@@ -304,7 +304,7 @@ function Main {
304
$resolvedVersion = Resolve-Version
305
306
if (-not $InstallDir) {
307
- $InstallDir = Join-Path $HOME ".unirtm\bin"
+ $InstallDir = Join-Path $HOME "AppData\Local\unirtm\bin"
308
}
309
310
$download = Download-And-Verify -ResolvedVersion $resolvedVersion -Arch $arch
install.sh
@@ -268,7 +268,7 @@ install_binary() {
268
if [ "$(id -u)" = "0" ]; then
269
INSTALL_DIR="/usr/local/bin"
270
else
271
- INSTALL_DIR="$HOME/.unirtm/bin"
+ INSTALL_DIR="$HOME/.local/bin"
272
fi
273
274
0 commit comments