Update Install.sh

This commit is contained in:
Jack 2021-07-24 16:34:23 +01:00 committed by GitHub
parent 7be4a65117
commit c1be327d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ if [ $input = yes ] ; then
cd /etc/systemd/system/ cd /etc/systemd/system/
wget https://raw.githubusercontent.com/That-Guy-Jack/HP-ILO-Fan-Control/main/Files/autofan.service wget https://raw.githubusercontent.com/That-Guy-Jack/HP-ILO-Fan-Control/main/Files/autofan.service
echo "Finished making autofan.service" echo "Finished making autofan.service"
echo "Which server are you running? Dl360p (1) or the DL380p (2) [1] or [2] :" echo "Which server are you running? Dl360p 1u (1) or the DL380p 2u (2) [1] or [2] :"
read server read server
if [ $server = 1 ] ; then if [ $server = 1 ] ; then
echo "Preping autofan.sh for DL360p " echo "Preping autofan.sh for DL360p "