mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
11 lines
320 B
Bash
11 lines
320 B
Bash
#!/bin/bash
|
|
|
|
arch-chroot /mnt pacman -Sy curl \
|
|
htop \
|
|
tmux \
|
|
xfce4 \
|
|
xfwm4 \
|
|
xfce4-panel \
|
|
xfce4-terminal \
|
|
--noconfirm -q
|