Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2020-11-10 00:26:41 +01:00
parent acba975720
commit 2040211f98
9 changed files with 38 additions and 5 deletions

View File

@ -10,7 +10,7 @@ echo -e "\e[93m----------------------COMPILING------------------------------\e[0
sudo cp -rv $DEFAULT_KERNEL $TMP_KERNEL
cp -r $TMP_KERNEL $BACKUP/kernel-config
cp -r /etc/portage/* $BACKUP
qlist -I | sort | uniq | tr '\n' ' ' > $BACKUP/list-of-programs
qlist -I | sort -u > $BACKUP/list-of-programs
}
function selection() {