Open daniel-vera-g opened 5 years ago
When running sudo apt get update installing applications, it fails and breaks installation of following programm.
sudo apt get update
For this changed && to &. This stopped the execution order.
See #158 and git tag on commit where & where replaced.
When running
sudo apt get update
installing applications, it fails and breaks installation of following programm.For this changed && to &. This stopped the execution order.
See #158 and git tag on commit where & where replaced.