Skip to content

Commit 970d6fd

Browse files
authored
Update install.sh
1 parent 0fc1e8c commit 970d6fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install_link() {
2626
SOURCE_STR="\nexport PATH=\"\$HOME/.fe/bin:\$PATH\"\n"
2727
local SHELLTYPE
2828
SHELLTYPE="$(basename "/$SHELL")"
29-
ln -sf $HOME/.fe/bin/fe.js /usr/local/bin/fe
29+
sudo ln -sf $HOME/.fe/bin/fe.js /usr/local/bin/fe
3030

3131
if [ -z "${PROFILE-}" ] ; then
3232
printf "$red> Profile not found. Tried ${PROFILE} (as defined in \$PROFILE), ~/.bashrc, ~/.bash_profile, ~/.zshrc, and ~/.profile.\n"

0 commit comments

Comments
 (0)