Update main.sh

This commit is contained in:
ferreo 2024-11-27 13:08:52 +01:00
parent 689f32a132
commit 281f434729

View File

@ -13,8 +13,12 @@ git clone https://github.com/hyprutils/hyprwall.git
cp -rvf ./debian ./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
LOGNAME=root dh_make --createorig -y -l -p hyprwall_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y
# Build package