Skip to content

Commit 78003af

Browse files
committed
Update install.sh
1 parent 09cb042 commit 78003af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ curl -sL 'https://github.com/mitchpaulus/mshell/releases/latest/download/linux_a
77
ln -s "$HOME"/.local/bin/msh "$HOME"/.local/bin/mshell 2>/dev/null
88

99
mkdir -p "$HOME"/.local/share/mshell
10-
curl -sL 'https://raw.githubusercontent.com/mitchpaulus/mshell/refs/heads/main/lib/std.msh' > "$HOME"/.local/share/mshell/std.msh
10+
curl -sL 'https://raw.githubusercontent.com/mitchpaulus/mshell/v0.7.0/lib/std.msh' > "$HOME"/.local/share/mshell/std.msh
1111
# grep for 'export MSHSTDLIB' in .bashrc, if it doesn't exist, add it
1212

1313
# shellcheck disable=SC2016

0 commit comments

Comments
 (0)