Changed how deb packaging is setup, deleted unused dirs, updated readme
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
chdir("/opt/SolarFM/");
|
||||
system("python .");
|
||||
chdir("/opt/");
|
||||
system("python solarfm.zip");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user