generated from cosmic-packages/cosmic-applets
Update main.sh
This commit is contained in:
parent
109d5b3c02
commit
f27dfc966c
4
main.sh
4
main.sh
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user