Skip to content

Commit dacd4f8

Browse files
committed
new conf.d/main script with bare basics
1 parent 85b6ca8 commit dacd4f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conf.d/main

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash -ex
2+
3+
apt-get update
4+
5+
EXTERNAL_URL="http://wwww.example.com" apt-get install gitlab-ce -y

0 commit comments

Comments
 (0)