feat: enable systemd-timesyncd, install dwm
This commit is contained in:
parent
245998ea91
commit
4a7813fb74
@ -9,15 +9,14 @@ and more!
|
||||
Follow the [Pre-installation](https://wiki.archlinux.org/title/Installation_guide#Pre-installation).
|
||||
Once you chrooted in the system, clone this script
|
||||
```bash
|
||||
git clone https://git.maby.dev/ange/archinstall.git /tmp/ai
|
||||
cd /tmp/ai/
|
||||
git clone https://git.maby.dev/ange/archinstall /tmp/ai && cd $_
|
||||
```
|
||||
|
||||
**Review and edit the `config` file before running any script!**
|
||||
|
||||
To install the base system, run:
|
||||
```bash
|
||||
./base_install.sh
|
||||
./base.sh
|
||||
```
|
||||
|
||||
If you want a post install script, login as a normal user and run (replace
|
||||
|
@ -21,8 +21,10 @@ echo "$hostname" > /etc/hostname
|
||||
|
||||
# Packages
|
||||
$PACMAN "${pkg[@]}"
|
||||
systemctl enable NetworkManager
|
||||
systemctl enable reflector.timer
|
||||
systemctl enable \
|
||||
NetworkManager \
|
||||
reflector.timer \
|
||||
systemd-timesyncd
|
||||
|
||||
if [ -d /sys/module/battery/ ]; then
|
||||
$PACMAN "${laptop_pkg[@]}"
|
@ -29,6 +29,8 @@ $PACMAN "${pkg[@]}"
|
||||
|
||||
cp -rf etc /etc
|
||||
|
||||
echo -e "${BOLD}${GREEN}DONE. You can reboot.${NORMAL}"
|
||||
git clone https://git.maby.dev/ange/suckless /tmp/suckless/
|
||||
cd $_
|
||||
./update.sh
|
||||
|
||||
# TODO install dwm
|
||||
echo -e "${BOLD}${GREEN}DONE. You can reboot.${NORMAL}"
|
||||
|
Loading…
Reference in New Issue
Block a user