Fedora Fix

This commit is contained in:
MangoPig
2026-05-31 20:48:18 +01:00
parent 3f753d0dd0
commit f1a2d08e14
5 changed files with 85 additions and 11 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: