error
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user