1 |
mkdir /mnt/sda1/packages/
|
2 |
echo dest usb /mnt/sda1/packages/ >> /etc/opkg.conf
|
3 |
opkg update |
4 |
opkg --dest usb install python
|
5 |
ln -s /mnt/sda1/packages/usr/bin/python /usr/bin/python
|
1 |
mkdir /mnt/sda1/packages/
|
2 |
echo dest usb /mnt/sda1/packages/ >> /etc/opkg.conf
|
3 |
opkg update |
4 |
opkg --dest usb install python
|
5 |
ln -s /mnt/sda1/packages/usr/bin/python /usr/bin/python
|
相关文章: