wip
This commit is contained in:
parent
40ae503f9a
commit
090aaff8e6
1 changed files with 1 additions and 1 deletions
2
swww.sh
2
swww.sh
|
@ -37,7 +37,7 @@
|
||||||
checkBuildDependencies() {
|
checkBuildDependencies() {
|
||||||
echo_info "Installing build dependencies.."
|
echo_info "Installing build dependencies.."
|
||||||
local deps=(git xdg-output liblz4-dev wayland-protocols)
|
local deps=(git xdg-output liblz4-dev wayland-protocols)
|
||||||
echo "DEBUG: Installing ${deps}"
|
echo "DEBUG: Installing ${deps[@]}"
|
||||||
checkAndInstall "${deps}"
|
checkAndInstall "${deps}"
|
||||||
|
|
||||||
if ! command_exists cargo; then
|
if ! command_exists cargo; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue