Closed
Description
The recent change of removing the old apt-get caused a minor bug on Linux Mint where in the
===== Finished cleaning up downloaded packages =====
Instead of running the sudo apt -y autoclean; sudo apt -y clean;
it shows the apt help menu
This is the line that changed in the latest version is here:
1bc513c#diff-4b38202bcf5050061c59deac8a87999c20e42988c6736425259662c52e4ab139R277
I will soon release an update fixing it
A workaround until the fix is running the following commands:
sudo cp /usr/bin/ucaresystem-core /usr/bin/ucaresystem-core.bak
sudo sed -i 's/sudo apt -y autoclean; sudo apt -y clean;/sudo apt autoclean -y; sudo apt clean -y;/' /usr/bin/ucaresystem-core