this post was submitted on 17 Nov 2024
33 points (100.0% liked)

Arch Linux

7777 readers
2 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] bruhsoulz@lemmy.ml 1 points 5 days ago (1 children)

Doesn't pacman Syy before installing it give me the latest version of the script when I'm in the live environment ?

[โ€“] that_leaflet@lemmy.world 2 points 5 days ago

No, you are never specifying to actually upgrade the package with the 'u' flag. Running pacman -Sy archinstall would upgrade the package, since it would first refresh the package cache then reinstall the latest version.

Also, there's not really a benefit to using 2 'y's but it does add some extra stress to the package mirrors, so I would avoid doing that.