mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-02 06:28:34 -04:00
remove jq curl install since present in base image
check if rustc is already installed
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
set -e
|
||||
|
||||
if command -v rustc >/dev/null 2>&1; then
|
||||
echo "+++ rust is already installed +++"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
RUST_BINS_PATH="/rust-bins"
|
||||
PACKAGES_TO_INSTALL_LIST="/mod-repo-packages-to-install.list"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user