During installation with setup.sh we get an error that the installation failed:
dpkg: error: dpkg status database is locked by another process
It looks like this is just a simple lock contention issue because the wget hasn't finished saving the file completely before we attempt to run dpkg -i.
During installation with setup.sh we get an error that the installation failed:
dpkg: error: dpkg status database is locked by another process
It looks like this is just a simple lock contention issue because the wget hasn't finished saving the file completely before we attempt to run dpkg -i.