We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc1e8c commit 970d6fdCopy full SHA for 970d6fd
1 file changed
scripts/install.sh
@@ -26,7 +26,7 @@ install_link() {
26
SOURCE_STR="\nexport PATH=\"\$HOME/.fe/bin:\$PATH\"\n"
27
local SHELLTYPE
28
SHELLTYPE="$(basename "/$SHELL")"
29
- ln -sf $HOME/.fe/bin/fe.js /usr/local/bin/fe
+ sudo ln -sf $HOME/.fe/bin/fe.js /usr/local/bin/fe
30
31
if [ -z "${PROFILE-}" ] ; then
32
printf "$red> Profile not found. Tried ${PROFILE} (as defined in \$PROFILE), ~/.bashrc, ~/.bash_profile, ~/.zshrc, and ~/.profile.\n"
0 commit comments