diff --git a/Fog-Snapins/install_thonny.bat b/Fog-Snapins/install_thonny.bat new file mode 100644 index 0000000..9f5c6c0 --- /dev/null +++ b/Fog-Snapins/install_thonny.bat @@ -0,0 +1,3 @@ +mkdir C:\Temp +curl -L -o C:\Temp\thonny-4.1.6.exe https://github.com/thonny/thonny/releases/download/v4.1.6/thonny-4.1.6.exe +C:\Temp\thonny-4.1.6.exe /ALLUSERS /SILENT \ No newline at end of file