diff --git a/deployments/source/install.sh b/deployments/source/install.sh index 5b95a83..a3c4e4e 100755 --- a/deployments/source/install.sh +++ b/deployments/source/install.sh @@ -7,8 +7,8 @@ fi # Copy executable to bin cp ./target/release/crab /usr/bin/crab -chown root:root /bin/crab -chmod 4755 /bin/crab +chown root:root /usr/bin/crab +chmod 4755 /usr/bin/crab # Set up config files cp pam /etc/pam.d/crab