This commit is contained in:
Ward Nakchbandi 2022-09-24 14:27:45 +03:00
parent c5d4341b6d
commit 253e390cdb

View File

@ -1,8 +1,8 @@
#! /bin/bash
export ALL=True
for f in *.sh; do
bash "$f"
for f in /etc/nobara/scripts/nobara-layouts/settings-scripts/*.sh; do
bash "$f" enable
done
/etc/nobara/scripts/nobara-layouts/reload.sh