Skip to content

Instantly share code, notes, and snippets.

@AliGhahraei
Created February 17, 2020 08:31
Show Gist options
  • Save AliGhahraei/e46d45cef55cf13068da52d8ca1a2c7a to your computer and use it in GitHub Desktop.
Save AliGhahraei/e46d45cef55cf13068da52d8ca1a2c7a to your computer and use it in GitHub Desktop.
#!/bin/bash
ARCH='x86_64'
MIRROR='https://mirrors.kernel.org/archlinux/'
wget "${MIRROR}/community/os/${ARCH}/community.db"
wget "${MIRROR}/core/os/${ARCH}/core.db"
wget "${MIRROR}/extra/os/${ARCH}/extra.db"
wget "${MIRROR}/multilib/os/${ARCH}/multilib.db"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment