force remove and silently crash
This commit is contained in:
parent
9d2a1a6939
commit
24e358ba3c
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -1,6 +1,9 @@
|
|||
# Version control
|
||||
VC = git
|
||||
|
||||
# Util
|
||||
RM = rm -f
|
||||
|
||||
# Downloaders
|
||||
WGET = wget -q --show-progress
|
||||
CURL = curl -s
|
||||
|
@ -99,7 +102,7 @@ ifeq ($(ARCH), 1)
|
|||
@$(WGET) https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/gazatu.xyz/emoji-picker.ini -O $(HOME)/.config/gazatu.xyz/emoji-picker.ini
|
||||
|
||||
# Firefox
|
||||
@rm $(HOME)/.mozilla/firefox/*.default-release/user.js
|
||||
-@$(RM) $(HOME)/.mozilla/firefox/*.default-release/user.js
|
||||
@$(WGET) https://git.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -P $(HOME)/.mozilla/firefox/*.default-release
|
||||
|
||||
# VSCodium
|
||||
|
|
Loading…
Reference in a new issue