Install fast tools to separate directory
This commit is contained in:
parent
eb95394a86
commit
e1b0d7b0eb
@ -10,6 +10,6 @@ assets = [
|
||||
["github-fast-env/github-fast-envd.rb", "usr/bin/github-fast-envd", "755"],
|
||||
["github-fast-env/github-fast-env.rb", "usr/bin/github-fast-env", "755"],
|
||||
["github-fast-env/systemd/github-fast-envd.service", "usr/lib/systemd/system/", "644"],
|
||||
["ghe-fast-tools/ghe-fast-console.rb", "usr/lib/github-fast-env/", "644"],
|
||||
["ghe-fast-tools/ghe-fast-console.rb", "usr/lib/ghe-fast-tools/", "644"],
|
||||
["ghe-fast-tools/bin/ghe-fast-console.rb", "usr/bin/ghe-fast-console", "755"],
|
||||
]
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
sudo /usr/bin/github-fast-env --interactive /usr/lib/github-fast-env/ghe-fast-console.rb
|
||||
sudo /usr/bin/github-fast-env --interactive /usr/lib/ghe-fast-tools/ghe-fast-console.rb
|
||||
|
Loading…
Reference in New Issue
Block a user