mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Updated for deleting
This commit is contained in:
parent
26e9a555e8
commit
4dac3f9424
1 changed files with 2 additions and 5 deletions
|
@ -51,8 +51,7 @@ class UpdateRepository(Configs, Utilities):
|
||||||
print(f'Generating the {self.ponce_txt} file... ', end='', flush=True)
|
print(f'Generating the {self.ponce_txt} file... ', end='', flush=True)
|
||||||
os.chdir(self.ponce_repo_path)
|
os.chdir(self.ponce_repo_path)
|
||||||
subprocess.call(f'./gen_sbo_txt.sh > {self.ponce_txt}', shell=True)
|
subprocess.call(f'./gen_sbo_txt.sh > {self.ponce_txt}', shell=True)
|
||||||
|
print()
|
||||||
self.delete_sbo_data()
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print('Updating the package list.\n')
|
print('Updating the package list.\n')
|
||||||
|
@ -69,8 +68,6 @@ class UpdateRepository(Configs, Utilities):
|
||||||
down_sbo_changelog.download()
|
down_sbo_changelog.download()
|
||||||
|
|
||||||
self.delete_sbo_data()
|
self.delete_sbo_data()
|
||||||
|
|
||||||
print()
|
|
||||||
data = CreateData()
|
data = CreateData()
|
||||||
data.install_sbo_table()
|
data.install_sbo_table()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue