Changed how deb packaging is setup, deleted unused dirs, updated readme

This commit is contained in:
2023-02-21 14:23:39 -06:00
parent f5dd0e9ff0
commit c508bcffe6
166 changed files with 1643 additions and 9884 deletions

View File

@@ -4,7 +4,7 @@
using namespace std;
int main() {
chdir("/opt/SolarFM/");
system("python .");
chdir("/opt/");
system("python solarfm.zip");
return 0;
}