File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " mise" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"name" : " Mise - mise-en-place version manager" ,
5
5
"description" : " Installs mise-en-place version manager."
6
6
}
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ REQUIRED_PACKAGES="curl sudo ca-certificates"
5
5
RUBY_BUILD_DEPENDENCIES=" autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev libffi-dev"
6
6
PYTHON_BUILD_DEPENDENCIES=" build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev curl git libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev"
7
7
8
+ USERNAME=" ${USERNAME:- " ${_REMOTE_USER:- " automatic" } " } "
9
+
8
10
apt_get_update ()
9
11
{
10
12
if [ " $( find /var/lib/apt/lists/* | wc -l) " = " 0" ]; then
@@ -36,6 +38,12 @@ elif [ -n "\$BASH_VERSION" ]; then
36
38
fi
37
39
EOF
38
40
}
41
+ cat >> /home/$USERNAME /.bashrc << EOF
42
+ eval "\$ (mise activate bash)"
43
+ EOF
44
+ cat >> /home/$USERNAME /.zshrc << EOF
45
+ eval "\$ (mise activate zsh)"
46
+ EOF
39
47
40
48
echo " (*) Installing mise-en-place..."
41
49
You can’t perform that action at this time.
0 commit comments