Skip to content

Commit cb2218c

Browse files
authored
Fix installer path
1 parent a8a2b9b commit cb2218c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ln -sf ../lib/crew-sudo/crew-sudo ${INSTALL_PREFIX}/bin/sudo
1515
if [ -n "${CREW_DEST_PREFIX}" ]; then
1616
# installing under chromebrew
1717
mkdir -p ${INSTALL_PREFIX}/etc/{env.d,bash.d}
18-
ln -sf ../lib/crew-sudo/autostart/crew-sudo.sh ${INSTALL_PREFIX}/etc/env.d/crew_sudo
19-
ln -sf ../lib/crew-sudo/autocomplete/crew-sudo.sh ${INSTALL_PREFIX}/etc/bash.d/crew_sudo
18+
ln -sf ../../lib/crew-sudo/autostart/crew-sudo.sh ${INSTALL_PREFIX}/etc/env.d/crew_sudo
19+
ln -sf ../../lib/crew-sudo/autocomplete/crew-sudo.sh ${INSTALL_PREFIX}/etc/bash.d/crew_sudo
2020
else
2121
# installing without chromebrew, append the autostart script to bashrc
2222
echo -e '\n'"source ${INSTALL_PREFIX}/lib/crew-sudo/autostart/crew-sudo.sh" >> ~/.bashrc

0 commit comments

Comments
 (0)