fix install script

This commit is contained in:
lw-everestlinux 2022-09-13 14:04:11 -04:00
parent a69cb12f2a
commit dcb6e36f59

View File

@ -14,11 +14,11 @@ fi
# Install Scripts
cd ../src
chmod +x *
cp glacier /usr/bin
cp glacier.conf /etc
cp glacier_release /etc/glacier
cp gscripts /usr/bin
cp messages /etc/glacier
cp hooks /etc/glacier
cp glacier /usr/bin/glacier
cp glacier.conf /etc/glacier.conf
cp glacier_release /etc/glacier/glacier_release
cp gscripts /usr/bin/gscripts
cp messages /etc/glacier/messages
cp hooks /etc/glacier/hooks
printf "done\n"