permission issue
This commit is contained in:
parent
516e1c6510
commit
9a154b66a9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -105,8 +105,8 @@ sync-arch:
|
||||||
@$(WGET) $(REPO_SRC)/.config/VSCodium/product.json -O $(HOME)/.config/VSCodium/product.json
|
@$(WGET) $(REPO_SRC)/.config/VSCodium/product.json -O $(HOME)/.config/VSCodium/product.json
|
||||||
|
|
||||||
# Pacman hooks
|
# Pacman hooks
|
||||||
@mkdir -p /etc/pacman.d/hooks
|
@sudo mkdir -p /etc/pacman.d/hooks
|
||||||
@$(WGET) $(REPO_SRC)/pacman.d/hooks/stop-wine-associations.hook -P /etc/pacman.d/hooks
|
@sudo $(WGET) $(REPO_SRC)/pacman.d/hooks/stop-wine-associations.hook -P /etc/pacman.d/hooks/stop-wine-associations.hook
|
||||||
|
|
||||||
|
|
||||||
# Windows Subsystem for Linux specific
|
# Windows Subsystem for Linux specific
|
||||||
|
|
Loading…
Reference in a new issue