mirror of
https://github.com/helixarch/debtap
synced 2025-04-03 10:20:05 +02:00
Fix file name check of update
Signed-off-by: Ruoyu Qiu <cabbaken@outlook.com>
This commit is contained in:
parent
0c4f92b12e
commit
5142eaf57c
2
debtap
2
debtap
@ -130,7 +130,7 @@ elif [[ $(file -S -b "${@: -1}" | grep -q "Debian binary package"; echo $?) != 0
|
|||||||
echo -e "${red}Error: You haven't specified a valid deb package${NC}"; exit 1
|
echo -e "${red}Error: You haven't specified a valid deb package${NC}"; exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! $(ls /var/cache/pkgfile/*.files 2> /dev/null) ]] || [[ ! $(ls /var/cache/debtap/*-packages-files 2> /dev/null) ]] || [[ ! -e /var/cache/debtap/base-packages ]] || [[ ! -e /var/cache/debtap/aur-packages ]] || [[ ! -e /var/cache/debtap/virtual-packages ]]; then
|
if [[ ! $(ls /var/cache/pkgfile/*.files.* 2> /dev/null) ]] || [[ ! $(ls /var/cache/debtap/*-packages-files 2> /dev/null) ]] || [[ ! -e /var/cache/debtap/base-packages ]] || [[ ! -e /var/cache/debtap/aur-packages ]] || [[ ! -e /var/cache/debtap/virtual-packages ]]; then
|
||||||
# This should fix it. Patch by SnivySquid65!
|
# This should fix it. Patch by SnivySquid65!
|
||||||
if [[ $pseudo != set ]]; then
|
if [[ $pseudo != set ]]; then
|
||||||
while true; do
|
while true; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user