We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e8a03 commit 13d54a5Copy full SHA for 13d54a5
ubuntu/install.bash
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-REPOSITORY="https://raw.githubusercontent.com/criticalmanufacturing/install-scripts/main"
+REPOSITORY=${REPOSITORY:-"https://raw.githubusercontent.com/criticalmanufacturing/install-scripts/main"}
3
4
#read arguments
5
#while [ $# -gt 0 ]; do
0 commit comments