1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

scripts/zsh-setup: fix pkgfile installation & setup

This commit is contained in:
Joe Groocock 2017-10-03 09:40:07 +01:00
parent 7da3fc8d9f
commit 1a1035570a
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -2,9 +2,9 @@
set -e
# Install pkgfile for command-not-found support
sudo pacman -S pkgfile --no-confirm --needed
sudo pacman -S pkgfile --noconfirm --needed
sudo systemctl enable --now pkgfile-update.service
pkgfile --update
sudo pkgfile --update
dest="$HOME/.local/share"
mkdir -p "$dest"