28 lines
946 B
Text
28 lines
946 B
Text
|
#!/bin/bash
|
||
|
#set -e
|
||
|
###############################################################################
|
||
|
# Author : Erik Dubois
|
||
|
# Website : https://www.erikdubois.be
|
||
|
# Website : https://www.arcolinux.info
|
||
|
# Website : https://www.arcolinux.com
|
||
|
# Website : https://www.arcolinuxd.com
|
||
|
# Website : https://www.arcolinuxb.com
|
||
|
# Website : https://www.arcolinuxiso.com
|
||
|
# Website : https://www.arcolinuxforum.com
|
||
|
###############################################################################
|
||
|
#
|
||
|
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
|
||
|
#
|
||
|
###############################################################################
|
||
|
|
||
|
pacman -Rs --noconfirm sddm
|
||
|
pacman -Rs --noconfirm bash-completion
|
||
|
pacman -Rs --noconfirm grub
|
||
|
pacman -Rs --noconfirm os-prober
|
||
|
pacman -Rs --noconfirm dex
|
||
|
pacman -Rs --noconfirm libxinerama
|
||
|
pacman -Rs --noconfirm make
|
||
|
pacman -Rs --noconfirm xorg-xkill
|
||
|
pacman -Rs --noconfirm xterm
|
||
|
pacman -Rs --noconfirm xorg-xrdb
|