Update main.sh

This commit is contained in:
ferreo 2024-08-04 16:54:23 +02:00
parent 109d5b3c02
commit f27dfc966c

View File

@ -13,9 +13,11 @@ git clone https://github.com/pop-os/cosmic-comp.git
cd cosmic-comp
# Get build deps
LOGNAME=root dh_make --createorig -y -l -p cosmic-comp_"$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
LOGNAME=root dh_make --createorig -y -l -p cosmic-comp_"$VERSION" || echo "dh-make: Ignoring Last Error"
# Build package
dpkg-buildpackage --no-sign