hyprsolus/requirements.sh
TheOnePath eefae516b2
Updated requirements.txt
Uses depends.txt for dep packages
2024-10-09 15:29:50 +01:00

6 lines
152 B
Bash

#!/usr/bin/env bash
# Install the Solus system development package and other libraries
sudo eopkg it -yc system.devel
sudo eopkg it $(cat depends.txt)