openwrt修改默认编辑器为nano
opkg update && opkg install nano
mkdir -p /etc/profile.d; echo "export EDITOR=nano" > /etc/profile.d/editor.sh
暂无标签
opkg update && opkg install nano
mkdir -p /etc/profile.d; echo "export EDITOR=nano" > /etc/profile.d/editor.sh