diff options
Diffstat (limited to 'scripts/get.sh')
| -rwxr-xr-x | scripts/get.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get.sh b/scripts/get.sh index 8e1afdf74..406f952bc 100755 --- a/scripts/get.sh +++ b/scripts/get.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # xmake getter # usage: bash <(curl -s <my location>) [[mirror:]branch] [commit/__install_only__] @@ -183,7 +183,7 @@ fi if [[ "$SHELL" = */zsh ]]; then write_profile ~/.zshrc elif [[ "$SHELL" = */ksh ]]; then write_profile ~/.kshrc elif [[ "$SHELL" = */bash ]]; then write_profile ~/.bashrc - else write_profile ~/.bash_profile + else write_profile ~/.profile fi } |
