-
Notifications
You must be signed in to change notification settings - Fork 0
/
400-software-arch-linux-repo-distro-specific-v1.sh
executable file
·60 lines (43 loc) · 1.89 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
56
57
58
59
60
#!/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 --noconfirm --needed gnome-multi-writer
sudo pacman -S --noconfirm --needed gnome-pie
sudo pacman -S --noconfirm --needed galculator
echo "Installing category Development"
echo "Installing category Education"
echo "Installing category Games"
echo "Installing category Graphics"
echo "Installing category Internet"
echo "Installing category Multimedia"
sudo pacman -S --noconfirm --needed gnome-mplayer
#sh AUR/install-mpd-ncmpcpp-v*.sh
echo "Installing category Office"
echo "Installing category Other"
echo "Installing category System"
sudo pacman -S dmenu --noconfirm --needed
sudo pacman -S imagemagick --noconfirm --needed
sudo pacman -S w3m --noconfirm --needed
sudo pacman -S --noconfirm --needed nautilus-image-converter
#variety
sudo pacman -S --noconfirm --needed libappindicator-gtk3
echo "################################################################"
echo "#### Software from Arch Linux Repository installed ######"
echo "################################################################"