fix install file part 2

This commit is contained in:
Tyler Murphy 2022-11-11 16:31:28 -05:00
parent 34e676eaad
commit bf85fe72bf

View file

@ -11,11 +11,11 @@ chown root:root /usr/bin/crab
chmod 4755 /usr/bin/crab
# Set up config files
cp pam /etc/pam.d/crab
cp ./config/pam /etc/pam.d/crab
chmod 600 /etc/pam.d/crab
mkdir /usr/share/crab
chmod 644 /usr/share/crab
cp conf /usr/share/crab/crab.conf
cp ./config/default /usr/share/crab/crab.conf
chmod 644 /usr/share/crab/crab.conf