generated from general-packages/nushell
Update main.sh
This commit is contained in:
parent
b73572d8f6
commit
91bf294590
10
main.sh
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user