Compare commits

..

2 Commits

Author SHA1 Message Date
Quentin Duchemin 6e7c9b0d70 Rebase everytime 2024-05-03 19:18:24 +02:00
Quentin Duchemin 77c077c9ae Fix path 2024-05-03 19:18:23 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -20,3 +20,5 @@
name = Quentin Duchemin name = Quentin Duchemin
[push] [push]
autoSetupRemote = true autoSetupRemote = true
[pull]
rebase = true

View File

@ -97,7 +97,7 @@ function init_system() {
sudo systemctl enable --now bluetooth sudo systemctl enable --now bluetooth
sudo systemctl enable --now bluetooth-autoconnect sudo systemctl enable --now bluetooth-autoconnect
sudo systemctl enable --now updatedb.timer sudo systemctl enable --now updatedb.timer
~/.config/init_netctl.sh ~/.config/bootstrap/init_netctl.sh
echo -e "* Ensure hardware clock is up to date..." echo -e "* Ensure hardware clock is up to date..."
sudo hwclock --systohc sudo hwclock --systohc
# So that "Open in Terminal" works inc Nemo # So that "Open in Terminal" works inc Nemo