Skip to content

Commit 3675b3d

Browse files
committed
Created more of a turnkey scripting method to create bundles. Windows is still screwed up and requires manual intervention.
1 parent 0dce96f commit 3675b3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

coder-apps/install_all.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ fi
1717

1818
base=$1
1919

20+
## Setup the base installation folder.
2021
mkdir -p $base
22+
23+
## Create basic install
2124
cp -r ../coder-base/* $base/
2225
./install_common.sh $base
2326

0 commit comments

Comments
 (0)