endevour kde update

This commit is contained in:
Dirk Alders 2021-12-20 10:42:14 +01:00
parent 706c804e9d
commit 56f10c3ff4
2 changed files with 10 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# #
BASE_FOLDERS="data Downloads media_images Videos C64" BASE_FOLDERS="data Downloads media_images Videos C64"
VIP_FOLDERS="prj Schreibtisch" VIP_FOLDERS="prj prj/Arduino Schreibtisch"
echo The following folders will be deleted: echo The following folders will be deleted:
@ -17,10 +17,10 @@ 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 -f $HOME/$folder; ln -s /usr/data/$USER/$folder $HOME rm -rf $HOME/`basename $folder`; ln -s /usr/data/$USER/$folder $HOME
done done
for folder in $VIP_FOLDERS; do for folder in $VIP_FOLDERS; do
rm -rf $HOME/$folder; ln -s /usr/data/$USER/data/$folder $HOME rm -rf $HOME/`basename $folder`; ln -s /usr/data/$USER/data/$folder $HOME
done done
;; ;;
*) *)

View File

@ -6,11 +6,8 @@
COMMON=" COMMON="
joe htop joe htop
rsync rsync
owncloud-client python-nautilus owncloud-client
rabbitvcs-nautilus keepass xsel
powerline powerline-fonts
chrome-gnome-shell
keepass xdotool xsel
sshfs curlftpfs sshfs curlftpfs
lib32-glibc brother-mfc-5890cn canon-pixma-ts5055-complete lib32-glibc brother-mfc-5890cn canon-pixma-ts5055-complete
" "
@ -33,6 +30,9 @@ gimp
librecad librecad
xfig xfig
docker docker-compose docker docker-compose
kicad
openscad
freecad
" "
PROGRAMMING=" PROGRAMMING="
@ -40,6 +40,8 @@ python-pip
python-virtualenv python-virtualenv
python2 python2
meld meld
gcc gdb
arduino picocom
" "
ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING ALL=$COMMON\ $MULTIMEDIA\ $TOOLS\ $PROGRAMMING