diff --git a/installentware.sh b/installentware.sh index 1fedd4c..e5eb933 100644 --- a/installentware.sh +++ b/installentware.sh @@ -140,6 +140,8 @@ echo 'Info: Congratulations!' echo 'Info: If there are no errors above then Entware was successfully initialized.' echo 'Info: Add /opt/bin & /opt/sbin to $PATH variable' echo 'Info: Run export PATH=/opt/bin:/opt/sbin:$PATH to do it' +echo 'Info: opkg at /opt/bin will be linked to /bin but any package you install with opkg will not be automatically.' +ln -sf /opt/bin/opkg /bin if [ $TYPE = 'alternative' ]; then echo 'Info: Use ssh server from Entware for better compatibility.' fi