• Leaflet@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      Current Arch ISO is from November 1, so you likely used the old version (unless you used pacman -Syu before you used in the installer).

      • bruhSoulz@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 hours ago

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

        • Leaflet@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          4 hours 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.