diff --git a/main.sh b/main.sh index 7e15e2a..8a84a86 100755 --- a/main.sh +++ b/main.sh @@ -6,14 +6,14 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="0.99.1" +VERSION="0.5.6git1" -git clone --recurse-submodules https://github.com/nushell/nushell.git -b "$VERSION" -cp -rvf ./debian ./nushell/ -cd ./nushell/ +git clone --recurse-submodules https://github.com/ilya-zlobintsev/LACT.git -b pmfw-zero-rpm +cp -rvf ./debian ./LACT/ +cd ./LACT/ # Get build deps -LOGNAME=root dh_make --createorig -y -l -p nushell_"$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