Update main.sh

This commit is contained in:
ferreo 2024-11-09 15:42:55 +01:00
parent c70a371159
commit 25efa52ce8

View File

@ -13,7 +13,7 @@ cp -rvf ./debian ./LACT/
cd ./LACT/ cd ./LACT/
# Get build deps # Get build deps
LOGNAME=root dh_make --createorig -y -l -p LACT_"$VERSION" || echo "dh-make: Ignoring Last Error" LOGNAME=root dh_make --createorig -y -l -p lact_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y apt-get build-dep ./ -y
apt-get install curl -y apt-get install curl -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/root/.cargo sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/root/.cargo sh -s -- -y