cm0002@lemy.lol to Linux@programming.dev · 19 hours agoArch Linux AUR Malware Campaign Hits Multiple User-Contributed Packageslinuxiac.comexternal-linkmessage-square53linkfedilinkarrow-up1192arrow-down11cross-posted to: [email protected]
arrow-up1191arrow-down1external-linkArch Linux AUR Malware Campaign Hits Multiple User-Contributed Packageslinuxiac.comcm0002@lemy.lol to Linux@programming.dev · 19 hours agomessage-square53linkfedilinkcross-posted to: [email protected]
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up6·12 hours agoparu always shows you the diff of the PKGBUILD on upgrade, so no need to worry about adding it to an alias that does both. In fact, just running paru is the same as running pacman -Syu paru -Sau At the end I review the PKGBUILDs and make sure everything looks reasonable. Usually it’s just new source hashes, but not every time.
paru always shows you the diff of the PKGBUILD on upgrade, so no need to worry about adding it to an alias that does both.
In fact, just running
paruis the same as runningAt the end I review the PKGBUILDs and make sure everything looks reasonable. Usually it’s just new source hashes, but not every time.