Browse Source

initial arch extend script added

84582af
Dirk Alders 1 year ago
parent
commit
d0fa24b403
1 changed files with 12 additions and 2 deletions
  1. 12
    2
      yay-extend-arch

pacman-extend-arch → yay-extend-arch View File

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

Loading…
Cancel
Save