Skip to content

Commit 13d54a5

Browse files
committed
feat: support other repository roots
1 parent 32e8a03 commit 13d54a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu/install.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
REPOSITORY="https://raw.githubusercontent.com/criticalmanufacturing/install-scripts/main"
2+
REPOSITORY=${REPOSITORY:-"https://raw.githubusercontent.com/criticalmanufacturing/install-scripts/main"}
33

44
#read arguments
55
#while [ $# -gt 0 ]; do

0 commit comments

Comments
 (0)