Software aufgeteilt v1

This commit is contained in:
Frank Schiebel 2026-08-05 14:06:02 +02:00
parent 0ccf139311
commit 0d2c927d37
22 changed files with 384 additions and 365 deletions

View file

@ -0,0 +1,16 @@
echo "---------------------"
cachedir=/var/cache/user/${KDE_SESSION_UID}/arduino15
echo "Cachedir: $cachedir"
echo "---------------------"
template=/var/lib/arduino2/template
arduinoAppimage=/opt/appimages/arduino2/ArduinoIDE2.AppImage
mkdir -p $cachedir
rsync -avr --delete $template/ $cachedir/ > /dev/null 2>&1
rm -rf ${HOME}/.arduino15
ln -s $cachedir ${HOME}/.arduino15
$arduinoAppimage $1 &