File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ def build_image(self):
248248 if config .strip ():
249249 bash_command += f" \" { config .strip ()} \" "
250250
251- bash_command += f" \" deb [arch=arm64 trusted=yes] http://ports-ubuntu.qualcomm.com/ports. ubuntu.com/ { SNAP_SHOT_DATE } noble main universe multiverse restricted\" "
252- bash_command += f" \" deb [arch=arm64 trusted=yes] http ://ports-ubuntu.qualcomm.com/ports.ubuntu.com/ { SNAP_SHOT_DATE } noble-updates main universe multiverse restricted \" "
251+ bash_command += f" \" deb [arch=arm64 trusted=yes] http://ports. ubuntu.com noble main universe multiverse restricted\" "
252+ bash_command += f" \" deb [arch=arm64 trusted=yes] https ://ports-ubuntu.qualcomm.com/x04_initial_release noble main\" "
253253
254254 out = run_command_for_result (bash_command )
255255 if out ['returncode' ] != 0 :
You can’t perform that action at this time.
0 commit comments