5 lines
82 B
Bash
5 lines
82 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
sudo pacman -S xorg-xinit xorg-server xorg-xrdb --noconfirm
|
||
|
|