Updated requirements.sh

This commit is contained in:
Ethan Smith-Coss 2024-11-28 13:02:55 +00:00
parent 9d85fd9ad4
commit dc8dd8f935
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -1,5 +1,4 @@
#!/usr/bin/env bash
# Install the Solus system development package and other libraries
sudo eopkg it -yc system.devel
sudo eopkg it -y $(cat "/usr/src/hyprsolus/depends.txt")
sudo eopkg it -yc system.devel $(cat "/usr/src/hyprsolus/depends.txt")