mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
Move updatedb into its own config file with better explanation
This commit is contained in:
@@ -38,6 +38,7 @@ source $OMARCHY_INSTALL/config/xcompose.sh
|
||||
source $OMARCHY_INSTALL/config/mise-ruby.sh
|
||||
source $OMARCHY_INSTALL/config/docker.sh
|
||||
source $OMARCHY_INSTALL/config/mimetypes.sh
|
||||
source $OMARCHY_INSTALL/config/localdb.sh
|
||||
source $OMARCHY_INSTALL/config/hardware/network.sh
|
||||
source $OMARCHY_INSTALL/config/hardware/fix-fkeys.sh
|
||||
source $OMARCHY_INSTALL/config/hardware/bluetooth.sh
|
||||
@@ -51,12 +52,6 @@ source $OMARCHY_INSTALL/login/plymouth.sh
|
||||
source $OMARCHY_INSTALL/login/limine-snapper.sh
|
||||
source $OMARCHY_INSTALL/login/alt-bootloaders.sh
|
||||
|
||||
# Updates
|
||||
sudo updatedb
|
||||
|
||||
# Update system packages
|
||||
sudo pacman -Syu --noconfirm
|
||||
|
||||
# Reboot
|
||||
clear
|
||||
tte -i ~/.local/share/omarchy/logo.txt --frame-rate 920 laseretch
|
||||
|
||||
2
install/config/localdb.sh
Normal file
2
install/config/localdb.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
# Update localdb so that locate will find everything installed
|
||||
sudo updatedb
|
||||
Reference in New Issue
Block a user