Browse Source

ubuntu extend script improved

84582af
Dirk Alders 3 years ago
parent
commit
1648247786
1 changed files with 5 additions and 31 deletions
  1. 5
    31
      apt-extend-ubuntu

+ 5
- 31
apt-extend-ubuntu View File

4
 #
4
 #
5
 # Additional Packages
5
 # Additional Packages
6
 COMMON="
6
 COMMON="
7
-joe git
7
+joe git tmux
8
 synaptic
8
 synaptic
9
 neofetch
9
 neofetch
10
 sshfs curlftpfs
10
 sshfs curlftpfs
11
 keepass2 xdotool
11
 keepass2 xdotool
12
 tlp tlp-rdw
12
 tlp tlp-rdw
13
 lib32stdc++6
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
 MULTIMEDIA="
18
 MULTIMEDIA="
26
 kodi kodi-pvr-hts
19
 kodi kodi-pvr-hts
27
 ubuntu-restricted-extras libdvd-pkg
20
 ubuntu-restricted-extras libdvd-pkg
28
-"
29
-
30
-_MULTIMEDIA="
31
-ffmpeg
32
 spotify-client
21
 spotify-client
33
-photocollage
34
 ardour ubuntustudio-controls calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs lame
22
 ardour ubuntustudio-controls calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs lame
35
 "
23
 "
36
 
24
 
37
 
25
 
38
 TOOLS="
26
 TOOLS="
39
-"
40
-
41
-_TOOLS="
42
 evolution
27
 evolution
43
 gnuplot
28
 gnuplot
44
-gnome-boxes
45
 gvncviewer
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
 gimp
31
 gimp
48
 "
32
 "
49
 
33
 
50
 PROGRAMMING="
34
 PROGRAMMING="
51
 virtualenv
35
 virtualenv
52
-python3-wxgtk4.0
36
+libgtk-3-dev
53
 python3-pip
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
 meld
38
 meld
64
-retext
65
 "
39
 "
66
 
40
 
41
+
67
 ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
42
 ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
68
 
43
 
69
 echo The followin packages and their required depending packages will be installed:
44
 echo The followin packages and their required depending packages will be installed:
80
         echo Installation aborted!
55
         echo Installation aborted!
81
         ;;
56
         ;;
82
 esac
57
 esac
83
-

Loading…
Cancel
Save