mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
Improve formatting
This commit is contained in:
parent
e205cec9aa
commit
b5fc109f99
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ mkdir -p $DIR
|
|||
|
||||
# list and save system packages
|
||||
# command -v pacman &> /dev/null && pacman -Qq > $DIR/pacman
|
||||
command -v dnf &> /dev/null && dnf list installed > $DIR/dnf
|
||||
command -v dnf &> /dev/null && dnf list installed | awk '{print $1}' | tail -n +2 > $DIR/dnf
|
||||
|
||||
# list and save pip packages
|
||||
command -v pip &> /dev/null && pip list | awk '{print $1}' | tail -n +3 > $DIR/pip
|
||||
|
|
Loading…
Reference in a new issue