Fedora Fix
This commit is contained in:
5
Makefile
5
Makefile
@@ -7,7 +7,8 @@ all: stow
|
||||
|
||||
# Full Setup
|
||||
setup:
|
||||
@rm -f $(REBOOT_MARKER); \
|
||||
@set -e; \
|
||||
rm -f $(REBOOT_MARKER); \
|
||||
bash ./scripts/base.sh; \
|
||||
if [ -f $(REBOOT_MARKER) ]; then \
|
||||
rm -f $(REBOOT_MARKER); \
|
||||
@@ -50,7 +51,7 @@ clean:
|
||||
# Pull Git Updates
|
||||
update:
|
||||
git pull origin main
|
||||
make setup
|
||||
$(MAKE) setup
|
||||
|
||||
# Language Setups
|
||||
node:
|
||||
|
||||
Reference in New Issue
Block a user