11 lines
193 B
Bash
Raw Normal View History

2022-09-24 14:02:50 +03:00
#! /bin/bash
2022-09-24 14:06:10 +03:00
export ALL=True
2022-09-24 14:24:57 +03:00
2022-09-24 14:27:45 +03:00
for f in /etc/nobara/scripts/nobara-layouts/settings-scripts/*.sh; do
bash "$f" enable
2022-09-24 14:24:57 +03:00
done
2022-09-24 14:43:42 +03:00
export RELOG_NEEDED=1
2022-09-24 14:24:57 +03:00
/etc/nobara/scripts/nobara-layouts/reload.sh