Skip to content

Commit

Permalink
feat: support other repository roots
Browse files Browse the repository at this point in the history
  • Loading branch information
m-s- committed Sep 20, 2022
1 parent 32e8a03 commit 13d54a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/install.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
REPOSITORY="https://raw.githubusercontent.com/criticalmanufacturing/install-scripts/main"
REPOSITORY=${REPOSITORY:-"https://raw.githubusercontent.com/criticalmanufacturing/install-scripts/main"}

#read arguments
#while [ $# -gt 0 ]; do
Expand Down

0 comments on commit 13d54a5

Please sign in to comment.