sudo ln -sf bash /bin/sh
and change it back to dash after the installer has finished:
sudo ln -sf dash /bin/sh
In ubuntu edgy the /bin/sh points to "dash" which only includes basic sh features. However, the ati installer calls /bin/sh and expects the "bash" shell (it should call /bin/bash directly instead).
as workarround you can change the link to point to bash before running the installer.
2007年5月10日星期四
订阅:
博文评论 (Atom)
没有评论:
发表评论