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