Antiz96 / Ankama-Launcher-Container

A distrobox container including every needed files, packages and dependencies to run the Ankama launcher and the related games (Dofus, Dofus-Retro, Wakfu). Supports the SteamDeck and SteamOS!
GNU General Public License v3.0
7 stars 1 forks source link

Fix pacman command to clean cache #39

Closed Antiz96 closed 8 months ago

Antiz96 commented 8 months ago

The default answer to cleaning the cached packages is 'N' (no), so using --noconfirm will actually not clean the packages. Use 'yes | cmd' instead.