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:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user