diff --git a/requirements.sh b/requirements.sh index 1963870..62eac0b 100644 --- a/requirements.sh +++ b/requirements.sh @@ -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")