6 lines
176 B
Bash
6 lines
176 B
Bash
#!/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")
|