Przeglądaj źródła

ubuntu extend script improved

84582af
Dirk Alders 2 lat temu
rodzic
commit
1648247786
1 zmienionych plików z 5 dodań i 31 usunięć
  1. 5
    31
      apt-extend-ubuntu

+ 5
- 31
apt-extend-ubuntu Wyświetl plik

@@ -4,66 +4,41 @@
4 4
 #
5 5
 # Additional Packages
6 6
 COMMON="
7
-joe git
7
+joe git tmux
8 8
 synaptic
9 9
 neofetch
10 10
 sshfs curlftpfs
11 11
 keepass2 xdotool
12 12
 tlp tlp-rdw
13 13
 lib32stdc++6
14
+powerline powerline-gitstatus
14 15
 "
15 16
 
16
-_COMMON="
17
-joe git tmux
18
-keepass2 xdotool
19
-brasero
20
-sshfs curlftpfs openssh-server
21
-fonts-powerline powerline python3-powerline python3-powerline-gitstatus
22
-lib32stdc++6
23
-"
24 17
 
25 18
 MULTIMEDIA="
26 19
 kodi kodi-pvr-hts
27 20
 ubuntu-restricted-extras libdvd-pkg
28
-"
29
-
30
-_MULTIMEDIA="
31
-ffmpeg
32 21
 spotify-client
33
-photocollage
34 22
 ardour ubuntustudio-controls calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs lame
35 23
 "
36 24
 
37 25
 
38 26
 TOOLS="
39
-"
40
-
41
-_TOOLS="
42 27
 evolution
43 28
 gnuplot
44
-gnome-boxes
45 29
 gvncviewer
46
-texlive-binaries texlive-latex-extra texlive-lang-german texlive-fonts-recommended texstudio
30
+texlive-binaries texlive-latex-extra texlive-lang-german texlive-fonts-recommended latexila
47 31
 gimp
48 32
 "
49 33
 
50 34
 PROGRAMMING="
51 35
 virtualenv
52
-python3-wxgtk4.0
36
+libgtk-3-dev
53 37
 python3-pip
54
-"
55
-
56
-_PROGRAMMING="
57
-pycodestyle
58
-virtualenv
59
-python-coverage python3-coverage python-jinja2 python3-jinja2
60
-python-wxtools python3-wxgtk4.0
61
-python3-evdev python3-serial
62
-python3-sphinx python3-sphinx-rtd-theme
63 38
 meld
64
-retext
65 39
 "
66 40
 
41
+
67 42
 ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
68 43
 
69 44
 echo The followin packages and their required depending packages will be installed:
@@ -80,4 +55,3 @@ case "$response" in
80 55
         echo Installation aborted!
81 56
         ;;
82 57
 esac
83
-

Ładowanie…
Anuluj
Zapisz