mirror of
https://github.com/BioArchLinux/bioarchlinux-tools.git
synced 2025-03-09 22:53:31 +00:00
5 lines
231 B
Bash
Executable file
5 lines
231 B
Bash
Executable file
#!/bin/bash
|
|
rm -rf /home/bio/Packages/BioArchLinux/*/src
|
|
python /home/bio/Packages/BioArchLinux_CLEANER/lilac-cleaner -f
|
|
python /home/bio/Packages/BioArchLinux_CLEANER/repocleaner
|
|
chown -R bio:pkg /home/bio/Packages/BioArchLinux/*
|