Fedora Fix

This commit is contained in:
MangoPig
2026-05-31 20:48:18 +01:00
parent 5e7031d700
commit 1e2515a21a
6 changed files with 102 additions and 12 deletions

View File

@@ -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: