Update install_lite.sh

This commit is contained in:
batvin321 2025-02-21 18:03:12 -05:00
parent 1f3d70596f
commit 5cd62184a1

View File

@ -23,7 +23,7 @@ if [[ "$answer" =~ ^[Yy]$ ]]; then
# Lite has no flathub to save space
# Load dconf config
dconf load / < ~/.config/dconf.txt
dconf load / < /etc/nixbook/config/config_lite/dconf.txt
reboot
else