damentz / liquorix-package

Liquorix Debian Package
https://liquorix.net
GNU General Public License v2.0
285 stars 23 forks source link

Fixed the arch package check problem if the package is already installed #168

Closed ViniciusRed closed 4 months ago

ViniciusRed commented 4 months ago

By not specifying the package name to pacman the function was not working correctly

image

After the change

image

damentz commented 4 months ago

Ya, this completely breaks the script by removing necessary backslashes and adding a redundant addition to the pacman commands.

Not to mention, you managed to change half the file with random white spaces changes, which I'll never accept.

Closing.

ViniciusRed commented 4 months ago

backslashes and spaces were removed when formatting using vscode, but ok, one try and one more learning experience