File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ ln -sf ../lib/crew-sudo/crew-sudo ${INSTALL_PREFIX}/bin/sudo
1515if [ -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
2020else
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
You can’t perform that action at this time.
0 commit comments