diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-07-19 01:41:53 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2024-07-19 01:41:53 +0200 |
| commit | e4b9a9b40838777d4d017001fef00e1c57efbb0c (patch) | |
| tree | d9873f599cb4fd92cd7f71284d6be4df9155a3fe /Justfile | |
| download | fagit-e4b9a9b40838777d4d017001fef00e1c57efbb0c.tar.gz fagit-e4b9a9b40838777d4d017001fef00e1c57efbb0c.tar.bz2 fagit-e4b9a9b40838777d4d017001fef00e1c57efbb0c.zip | |
Init
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..9d39a65 --- /dev/null +++ b/Justfile @@ -0,0 +1,12 @@ +build: + cargo build + sudo cp target/debug/fagit /opt/fagit/ + sudo chown root:root /opt/fagit/fagit + +install_ssh: + sudo cp 10-fagit-ssh-authorization.conf /etc/ssh/sshd_config.d/ + + +debug: build + sudo /usr/sbin/sshd -ddd + |
