aboutsummaryrefslogtreecommitdiffstats
path: root/bin/pacman-offline
blob: 35bff53f0f9016641dfcaa16ed496bb4fdd6c87e (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

# download packages
pacman -Suw --noconfirm

# enable system update
ln -sf /var/cache/pacman/pkg /system-update