|
@@ -8,8 +8,9 @@ zsh zsh-syntax-highlighting zsh-autosuggestions
|
8
|
8
|
linux-headers
|
9
|
9
|
which tmux
|
10
|
10
|
neofetch
|
11
|
|
-powerline powerline-fonts powerline-vim
|
|
11
|
+powerline powerline-fonts powerline-vim python-powerline-gitstatus
|
12
|
12
|
cinnamon gnome-terminal xorg gdm mate-icon-theme-faenza
|
|
13
|
+bluez bluez-utils blueberry
|
13
|
14
|
keepass xdotool
|
14
|
15
|
tlp tlp-rdw
|
15
|
16
|
sshfs curlftpfs
|
|
@@ -55,8 +56,13 @@ python3-pip
|
55
|
56
|
meld
|
56
|
57
|
"
|
57
|
58
|
|
|
59
|
+
|
58
|
60
|
ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
|
59
|
61
|
|
|
62
|
+echo Updating repositories:
|
|
63
|
+echo ----------------------
|
|
64
|
+yay -Syy
|
|
65
|
+echo
|
60
|
66
|
echo The followin packages and their required depending packages will be installed:
|
61
|
67
|
echo ------------------------------------------------------------------------------
|
62
|
68
|
echo $ALL
|
|
@@ -65,13 +71,17 @@ read -r -p "Are you sure? [y/N] " response
|
65
|
71
|
echo ------------------------------------------------------------------------------
|
66
|
72
|
case "$response" in
|
67
|
73
|
[yY][eE][sS]|[yY])
|
68
|
|
- pacman --needed -S $ALL
|
|
74
|
+ yay --needed -S $ALL
|
69
|
75
|
#
|
70
|
76
|
echo
|
71
|
77
|
echo You might want to execute the following commands:
|
72
|
78
|
echo -------------------------------------------------
|
73
|
79
|
echo systemctl enable gdm
|
|
80
|
+ echo systemctl disable systemd-netword
|
74
|
81
|
echo systemctl enable NetworkManager
|
|
82
|
+ echo systemctl disable wpa_supplicant@xxxx
|
|
83
|
+ echo systemctl enable wpa_supplicant
|
|
84
|
+ echo systemctl enable bluetooth
|
75
|
85
|
echo
|
76
|
86
|
echo and reboot the system...
|
77
|
87
|
;;
|