From 2d57c8c01c647a62ae714800a8510760770df090 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:53:00 +0300 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index acf706a..d159817 100755 --- a/main.sh +++ b/main.sh @@ -9,7 +9,7 @@ apt-get update # Dead PikaOS 3 Workaround wget http://archive.ubuntu.com/ubuntu/pool/universe/t/tomlplusplus/libtomlplusplus3t64_3.4.0+ds-0.2build1_amd64.deb wget http://archive.ubuntu.com/ubuntu/pool/universe/t/tomlplusplus/libtomlplusplus-dev_3.4.0+ds-0.2build1_amd64.deb -apt-install -y ./*libtoml*.deb +apt install -y ./*libtoml*.deb apt-get install libglib2.0-0=2.78.0-2 libglib2.0-bin=2.78.0-2 libglib2.0-dev-bin=2.78.0-2 -y --allow-downgrades # Clone Upstream