mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 19:46:21 +00:00
Re-enabled i3 in default build function
This commit is contained in:
parent
710fec6129
commit
6ccb29a1f8
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
workdir=$(pwd)
|
||||
|
||||
for dir in base openbox # i3
|
||||
for dir in base openbox i3
|
||||
do
|
||||
cd ${workdir}/${dir}
|
||||
./build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue