forked from arcolinuxd/arco-mate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
400-software-arch-linux-repo-distro-specific-v1.sh
executable file
·55 lines (39 loc) · 1.71 KB
/
400-software-arch-linux-repo-distro-specific-v1.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#!/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.
#
##################################################################################################################
# software from AUR (Arch User Repositories)
# https://aur.archlinux.org/packages/
echo "DESKTOP SPECIFIC APPLICATIONS"
echo "Installing category Accessories"
sudo pacman -S xfce4-terminal --noconfirm --needed
echo "Installing category Development"
echo "Installing category Education"
echo "Installing category Games"
echo "Installing category Graphics"
echo "Installing category Internet"
echo "Installing category Multimedia"
#sh AUR/install-mpd-ncmpcpp-v*.sh
echo "Installing category Office"
echo "Installing category Other"
echo "Installing category System"
sudo pacman -S --noconfirm --needed dmenu
sudo pacman -S --noconfirm --needed imagemagick
sudo pacman -S --noconfirm --needed pasystray
sudo pacman -S --noconfirm --needed paprefs
sudo pacman -S --noconfirm --needed w3m
echo "################################################################"
echo "#### Software from Arch Linux Repository installed ######"
echo "################################################################"