diff --git a/chroot-tasks.py b/chroot-tasks.py index dd7d7e2..8b75937 100755 --- a/chroot-tasks.py +++ b/chroot-tasks.py @@ -95,7 +95,7 @@ def boottoolsSoftwareCompile(): if not os.path.exists ('python-libfdisk'): print ('boottoolsSoftwareCompile: python-libfdisk', file=sys.stderr) apt.install (['python3-psutil', 'python3-dev', 'libfdisk-dev', 'python3-setuptools']) - utils.run (['git', 'clone', 'git://git.48k.eu/python-libfdisk']) + utils.run (['git', 'clone', 'https://ognproject.evlt.uma.es/gitea/48k.eu-mirror/python-libfdisk.git']) os.chdir ('python-libfdisk') utils.run (['python3', 'setup.py', 'install']) os.chdir ('..')