From 4d3f0ee63c081359e6778fae76198b0b946358f4 Mon Sep 17 00:00:00 2001 From: askiiart Date: Wed, 10 Jul 2024 14:38:33 -0500 Subject: [PATCH] run distro/de-specific script automatically --- do-everything.bash | 2 ++ dotfiles | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/do-everything.bash b/do-everything.bash index 9a39b05..a360ac0 100755 --- a/do-everything.bash +++ b/do-everything.bash @@ -25,6 +25,8 @@ chmod 700 ./*.bash cd .. cd ./dotfiles +chmod 700 run-distro-de-script.sh +./run-distro-de-script.sh chmod 700 restore.sh ./restore.sh cd .. diff --git a/dotfiles b/dotfiles index 3110da2..6bd1edf 160000 --- a/dotfiles +++ b/dotfiles @@ -1 +1 @@ -Subproject commit 3110da2e40b77caf275c95b368ab97d47982faa4 +Subproject commit 6bd1edfd475e386aadddfeee3c80c60d7c273dd1