From 25efa52ce8eede9dc55f41e22999b9703028f55d Mon Sep 17 00:00:00 2001 From: ferreo Date: Sat, 9 Nov 2024 15:42:55 +0100 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 8a84a86..acc73c8 100755 --- a/main.sh +++ b/main.sh @@ -13,7 +13,7 @@ cp -rvf ./debian ./LACT/ cd ./LACT/ # 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 install curl -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/root/.cargo sh -s -- -y