mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-10-13 16:56:36 +00:00
Install ntp in root install script
This commit is contained in:
parent
a3f8fd9fdc
commit
8bd2b90d3b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pacman -Syu --noconfirm
|
||||||
# Install essential packages
|
# Install essential packages
|
||||||
pacman -S --noconfirm --needed \
|
pacman -S --noconfirm --needed \
|
||||||
networkmanager neovim sudo reflector pacman-contrib man-db man-pages rsync btop \
|
networkmanager neovim sudo reflector pacman-contrib man-db man-pages rsync btop \
|
||||||
bind base-devel git fd ripgrep fwupd arch-audit systemd-resolvconf opensmtpd
|
bind base-devel git fd ripgrep fwupd arch-audit systemd-resolvconf opensmtpd ntp
|
||||||
|
|
||||||
# Install packages necessary for this script / other scripts in this dotfiles repo
|
# Install packages necessary for this script / other scripts in this dotfiles repo
|
||||||
pacman -S --noconfirm --needed python-rich bc lua jq bat
|
pacman -S --noconfirm --needed python-rich bc lua jq bat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue