generated from general-packages/pika-pkg-template
Update main.sh
This commit is contained in:
parent
689f32a132
commit
281f434729
4
main.sh
4
main.sh
@ -13,8 +13,12 @@ git clone https://github.com/hyprutils/hyprwall.git
|
|||||||
cp -rvf ./debian ./hyprwall/
|
cp -rvf ./debian ./hyprwall/
|
||||||
cd ./hyprwall/
|
cd ./hyprwall/
|
||||||
|
|
||||||
|
apt-get install curl -y
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/root/.cargo sh -s -- -y
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
LOGNAME=root dh_make --createorig -y -l -p hyprwall_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
LOGNAME=root dh_make --createorig -y -l -p hyprwall_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||||
|
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
|
Loading…
Reference in New Issue
Block a user