Compare commits
2 Commits
b1424f7850
...
6e7c9b0d70
Author | SHA1 | Date |
---|---|---|
Quentin Duchemin | 6e7c9b0d70 | |
Quentin Duchemin | 77c077c9ae |
|
@ -20,3 +20,5 @@
|
||||||
name = Quentin Duchemin
|
name = Quentin Duchemin
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue