fix install file
This commit is contained in:
parent
0443572477
commit
34e676eaad
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ fi
|
||||||
|
|
||||||
# Copy executable to bin
|
# Copy executable to bin
|
||||||
cp ./target/release/crab /usr/bin/crab
|
cp ./target/release/crab /usr/bin/crab
|
||||||
chown root:root /bin/crab
|
chown root:root /usr/bin/crab
|
||||||
chmod 4755 /bin/crab
|
chmod 4755 /usr/bin/crab
|
||||||
|
|
||||||
# Set up config files
|
# Set up config files
|
||||||
cp pam /etc/pam.d/crab
|
cp pam /etc/pam.d/crab
|
||||||
|
|
Loading…
Reference in a new issue