ubuntu extend script improved
This commit is contained in:
parent
7a39056266
commit
1648247786
@ -4,65 +4,40 @@
|
|||||||
#
|
#
|
||||||
# Additional Packages
|
# Additional Packages
|
||||||
COMMON="
|
COMMON="
|
||||||
joe git
|
joe git tmux
|
||||||
synaptic
|
synaptic
|
||||||
neofetch
|
neofetch
|
||||||
sshfs curlftpfs
|
sshfs curlftpfs
|
||||||
keepass2 xdotool
|
keepass2 xdotool
|
||||||
tlp tlp-rdw
|
tlp tlp-rdw
|
||||||
lib32stdc++6
|
lib32stdc++6
|
||||||
|
powerline powerline-gitstatus
|
||||||
"
|
"
|
||||||
|
|
||||||
_COMMON="
|
|
||||||
joe git tmux
|
|
||||||
keepass2 xdotool
|
|
||||||
brasero
|
|
||||||
sshfs curlftpfs openssh-server
|
|
||||||
fonts-powerline powerline python3-powerline python3-powerline-gitstatus
|
|
||||||
lib32stdc++6
|
|
||||||
"
|
|
||||||
|
|
||||||
MULTIMEDIA="
|
MULTIMEDIA="
|
||||||
kodi kodi-pvr-hts
|
kodi kodi-pvr-hts
|
||||||
ubuntu-restricted-extras libdvd-pkg
|
ubuntu-restricted-extras libdvd-pkg
|
||||||
"
|
|
||||||
|
|
||||||
_MULTIMEDIA="
|
|
||||||
ffmpeg
|
|
||||||
spotify-client
|
spotify-client
|
||||||
photocollage
|
|
||||||
ardour ubuntustudio-controls calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs lame
|
ardour ubuntustudio-controls calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs lame
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
TOOLS="
|
TOOLS="
|
||||||
"
|
|
||||||
|
|
||||||
_TOOLS="
|
|
||||||
evolution
|
evolution
|
||||||
gnuplot
|
gnuplot
|
||||||
gnome-boxes
|
|
||||||
gvncviewer
|
gvncviewer
|
||||||
texlive-binaries texlive-latex-extra texlive-lang-german texlive-fonts-recommended texstudio
|
texlive-binaries texlive-latex-extra texlive-lang-german texlive-fonts-recommended latexila
|
||||||
gimp
|
gimp
|
||||||
"
|
"
|
||||||
|
|
||||||
PROGRAMMING="
|
PROGRAMMING="
|
||||||
virtualenv
|
virtualenv
|
||||||
python3-wxgtk4.0
|
libgtk-3-dev
|
||||||
python3-pip
|
python3-pip
|
||||||
|
meld
|
||||||
"
|
"
|
||||||
|
|
||||||
_PROGRAMMING="
|
|
||||||
pycodestyle
|
|
||||||
virtualenv
|
|
||||||
python-coverage python3-coverage python-jinja2 python3-jinja2
|
|
||||||
python-wxtools python3-wxgtk4.0
|
|
||||||
python3-evdev python3-serial
|
|
||||||
python3-sphinx python3-sphinx-rtd-theme
|
|
||||||
meld
|
|
||||||
retext
|
|
||||||
"
|
|
||||||
|
|
||||||
ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
|
ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
|
||||||
|
|
||||||
@ -80,4 +55,3 @@ case "$response" in
|
|||||||
echo Installation aborted!
|
echo Installation aborted!
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user