... Info: Congratulations! Info: If there are no errors above then Entware was successfully initialized. Info: Add /opt/bin & /opt/sbin to $PATH variable Info: Add "/opt/etc/init.d/rc.unslung start" to startup script for Entware services to start Info: Found a Bug? Please report at https://github.com/Entware/Entware/issues
# Add Entware Profile in Global Profile if grep -qF '/opt/etc/profile' /etc/profile; then echo"Confirmed: Entware Profile in Global Profile" else echo"Adding: Entware Profile in Global Profile" cat >> /etc/profile <<"EOF"
# Load Entware Profile . /opt/etc/profile EOF fi
# Update Entware List /opt/bin/opkg update
按下確定後就可以重開機了!
開機完成後,我們可以試試看安裝 git
1 2 3 4 5 6 7 8 9 10 11 12 13
root@Nat-Nas:~# opkg install git-http Installing git-http (2.33.1-1) to root... Downloading http://bin.entware.net/x64-k3.2/git-http_2.33.1-1_x64-3.2.ipk Installing git (2.33.1-1) to root... Downloading http://bin.entware.net/x64-k3.2/git_2.33.1-1_x64-3.2.ipk Installing ca-bundle (20211016-1) to root... Downloading http://bin.entware.net/x64-k3.2/ca-bundle_20211016-1_all.ipk Installing libcurl (7.80.0-1) to root... Downloading http://bin.entware.net/x64-k3.2/libcurl_7.80.0-1_x64-3.2.ipk Configuring ca-bundle. Configuring libcurl. Configuring git. Configuring git-http.