This commit is contained in:
2023-07-14 18:24:32 +08:00
parent d5adcb1b23
commit e63980a58f
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ if [[ $2 == 1 ]]; then
SHOWVERSION=$VERSION-hwe
fi
curl https://github.com/gfdgd-xi/dclc-kernel/raw/main/$SHOWVERSION/index.html | grep 404
if [[ $? == 0 ]]; then
if [[ $? != 0 ]]; then
exit
fi
# install dep

View File

@@ -20,7 +20,7 @@ if [[ $2 == 1 ]]; then
SHOWVERSION=$VERSION-hwe
fi
curl https://github.com/gfdgd-xi/dclc-kernel/raw/main/$SHOWVERSION/index.html | grep 404
if [[ $? == 0 ]]; then
if [[ $? != 0 ]]; then
exit
fi
# install dep