Update build script

This commit is contained in:
CrazyCat
2023-12-10 21:57:39 +02:00
committed by GitHub
parent 0ee0c7b96b
commit 88764363a3

8
build
View File

@@ -520,10 +520,10 @@ if (@git == 2) {
print "************************************************************\n";
license;
print "****************************\n";
print "Updating the building system\n";
print "****************************\n";
system("git pull https://github.com/tbsdtv/media_build.git latest");
#print "****************************\n";
#print "Updating the building system\n";
#print "****************************\n";
#system("git pull https://github.com/tbsdtv/media_build.git latest");
run("make -C linux/ download", "Download failed");
run("make -C linux/ untar", "Untar failed");