mirror of
https://github.com/helixarch/debtap
synced 2025-04-02 18:10:05 +02:00
fix 'base' package error
This commit is contained in:
parent
44aff8c10d
commit
fbd932fc84
3
debtap
3
debtap
@ -113,7 +113,8 @@ elif [[ $update == set ]]; then
|
||||
echo -e "${red}Downloading failed. Exiting...${NC}"; exit 1
|
||||
else
|
||||
echo -e "${lightgreen}==>${NC} ${bold}Generating base group packages list...${normal}"
|
||||
pacman -Qqg base > /var/cache/debtap/base-packages
|
||||
#pacman -Qqg base > /var/cache/debtap/base-packages
|
||||
pacman -Qi base | grep Depends | cut -d: -f2
|
||||
chmod 644 /var/cache/debtap/*
|
||||
echo -e "${lightgreen}==>${NC} ${bold}All steps successfully completed!${normal}"; exit 0
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user