otlabs Posted April 3, 2020 Posted April 3, 2020 I run Armbian inside VMware VM. As I understand the compile.sh script will not auto-update Armbian. What is the right procedure to update Armbian in this case? Just run git pull from $SRC? Could compile.sh script accomodate this scenario?
Werner Posted April 4, 2020 Posted April 4, 2020 Simply run git pull in your build directory and it will fetch the latest changes from Github. Will work only if you cloned the repository before instead of simply downloading the master.zip
otlabs Posted April 4, 2020 Author Posted April 4, 2020 Yes, I have cloned the repository. Thank you for confirmation! Anyway it would be nice to have it working in compile.sh.
Werner Posted April 5, 2020 Posted April 5, 2020 That would be bad if you do local changes Keep in mind building from trunk is meant to be used from developers and experienced users. These builds are usully unsupported anyways. In case of doubt use an officially provided image.
Recommended Posts