Install fast tools to separate directory

This commit is contained in:
Patrick Lühne 2020-05-26 03:43:51 +02:00
parent eb95394a86
commit e1b0d7b0eb
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
2 changed files with 2 additions and 2 deletions

View File

@ -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"],
]

View File

@ -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