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).
|
Follow the [Pre-installation](https://wiki.archlinux.org/title/Installation_guide#Pre-installation).
|
||||||
Once you chrooted in the system, clone this script
|
Once you chrooted in the system, clone this script
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.maby.dev/ange/archinstall.git /tmp/ai
|
git clone https://git.maby.dev/ange/archinstall /tmp/ai && cd $_
|
||||||
cd /tmp/ai/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**Review and edit the `config` file before running any script!**
|
**Review and edit the `config` file before running any script!**
|
||||||
|
|
||||||
To install the base system, run:
|
To install the base system, run:
|
||||||
```bash
|
```bash
|
||||||
./base_install.sh
|
./base.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want a post install script, login as a normal user and run (replace
|
If you want a post install script, login as a normal user and run (replace
|
||||||
|
@ -21,8 +21,10 @@ echo "$hostname" > /etc/hostname
|
|||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
$PACMAN "${pkg[@]}"
|
$PACMAN "${pkg[@]}"
|
||||||
systemctl enable NetworkManager
|
systemctl enable \
|
||||||
systemctl enable reflector.timer
|
NetworkManager \
|
||||||
|
reflector.timer \
|
||||||
|
systemd-timesyncd
|
||||||
|
|
||||||
if [ -d /sys/module/battery/ ]; then
|
if [ -d /sys/module/battery/ ]; then
|
||||||
$PACMAN "${laptop_pkg[@]}"
|
$PACMAN "${laptop_pkg[@]}"
|
@ -29,6 +29,8 @@ $PACMAN "${pkg[@]}"
|
|||||||
|
|
||||||
cp -rf etc /etc
|
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