mint 21 adaptions
This commit is contained in:
parent
cca7099db6
commit
7fd8bc42a4
@ -5,11 +5,13 @@
|
|||||||
# Additional Packages
|
# Additional Packages
|
||||||
COMMON="
|
COMMON="
|
||||||
joe git tmux
|
joe git tmux
|
||||||
|
synaptic
|
||||||
|
owncloud-client
|
||||||
keepass2 xdotool
|
keepass2 xdotool
|
||||||
|
tlp tlp-rdw
|
||||||
brasero
|
brasero
|
||||||
sshfs curlftpfs openssh-server
|
sshfs curlftpfs openssh-server
|
||||||
fonts-powerline powerline python3-powerline python3-powerline-gitstatus
|
fonts-powerline powerline python3-powerline python3-powerline-gitstatus
|
||||||
lib32stdc++6
|
|
||||||
"
|
"
|
||||||
|
|
||||||
MULTIMEDIA="
|
MULTIMEDIA="
|
||||||
@ -17,28 +19,32 @@ ffmpeg
|
|||||||
kodi kodi-pvr-hts
|
kodi kodi-pvr-hts
|
||||||
spotify-client
|
spotify-client
|
||||||
photocollage
|
photocollage
|
||||||
ardour ubuntustudio-controls calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs lame
|
ardour calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs guitarix-ladspa swh-plugins
|
||||||
|
ubuntustudio-controls carla
|
||||||
|
sonata elisa obs-studio kdenlive
|
||||||
|
gxtuner
|
||||||
|
lame
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
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 texstudio
|
||||||
gimp
|
gimp
|
||||||
|
kicad kicad-packages3d
|
||||||
|
openscad freecad
|
||||||
"
|
"
|
||||||
|
|
||||||
PROGRAMMING="
|
PROGRAMMING="
|
||||||
|
arduino
|
||||||
|
minicom
|
||||||
pycodestyle
|
pycodestyle
|
||||||
virtualenv
|
virtualenv
|
||||||
python-coverage python3-coverage python-jinja2 python3-jinja2
|
python3-wxgtk4.0
|
||||||
python-wxtools python3-wxgtk4.0
|
python3-pip
|
||||||
python3-evdev python3-serial
|
|
||||||
python3-sphinx python3-sphinx-rtd-theme
|
|
||||||
meld
|
meld
|
||||||
retext
|
|
||||||
"
|
"
|
||||||
|
|
||||||
ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
|
ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING
|
||||||
@ -52,9 +58,12 @@ echo ---------------------------------------------------------------------------
|
|||||||
case "$response" in
|
case "$response" in
|
||||||
[yY][eE][sS]|[yY])
|
[yY][eE][sS]|[yY])
|
||||||
sudo apt-get -y install $ALL
|
sudo apt-get -y install $ALL
|
||||||
|
#
|
||||||
|
echo
|
||||||
|
echo
|
||||||
|
echo You need to enable and start tlp, if you want to have it running.
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo Installation aborted!
|
echo Installation aborted!
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
|
|
||||||
BASE_FOLDERS="data Downloads media_images Videos C64"
|
BASE_FOLDERS="Downloads media_images Videos C64"
|
||||||
VIP_FOLDERS="prj prj/Arduino Schreibtisch"
|
VIP_FOLDERS="prj prj/Arduino Schreibtisch"
|
||||||
|
|
||||||
|
|
||||||
@ -17,8 +17,9 @@ read -r -p "Are you sure? [y/N] " response
|
|||||||
case "$response" in
|
case "$response" in
|
||||||
[yY][eE][sS]|[yY])
|
[yY][eE][sS]|[yY])
|
||||||
for folder in $BASE_FOLDERS; do
|
for folder in $BASE_FOLDERS; do
|
||||||
rm -rf $HOME/`basename $folder`; ln -s /usr/data/$USER/$folder $HOME
|
rm -rf $HOME/`basename $folder`; ln -s /usr/data/$USER/local/$folder $HOME
|
||||||
done
|
done
|
||||||
|
rm -rf $HOME/data; ln -s /usr/data/$USER/data data
|
||||||
for folder in $VIP_FOLDERS; do
|
for folder in $VIP_FOLDERS; do
|
||||||
rm -rf $HOME/`basename $folder`; ln -s /usr/data/$USER/data/$folder $HOME
|
rm -rf $HOME/`basename $folder`; ln -s /usr/data/$USER/data/$folder $HOME
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user