diff --git a/update_scripts/upcoming/PyYAML-6.0.2-cp311-cp311-linux_armv7l.whl b/update_scripts/upcoming/PyYAML-6.0.2-cp311-cp311-linux_armv7l.whl new file mode 100644 index 00000000..85fd1114 Binary files /dev/null and b/update_scripts/upcoming/PyYAML-6.0.2-cp311-cp311-linux_armv7l.whl differ diff --git a/update_scripts/upcoming/update.sh b/update_scripts/upcoming/update.sh new file mode 100644 index 00000000..d6296765 --- /dev/null +++ b/update_scripts/upcoming/update.sh @@ -0,0 +1,19 @@ + +sudo pip3 install FILE +mkdir ~/.pioreactor/storage/calibrations + +replace create_dishcache.sh +TODO + + +# create persistant db + +USERNAME=pioreactor +STORAGE_DIR=/home/$USERNAME/.pioreactor/storage +DB=$STORAGE_DIR/local_persistent_pioreactor_metadata.sqlite + +touch $DB +touch $DB-shm +touch $DB-wal + +chown -R $USERNAME:www-data $DB* \ No newline at end of file