fix echo command mispelling in startup.sh

This commit is contained in:
themodernhakr 2025-03-04 16:32:32 -06:00
parent 05c9c90098
commit a6e9f319e5

View File

@ -10,7 +10,7 @@ packwizPath="http://nginxwebdav:32080/ferdinland/modpacks/server/smp/"
export git=$(which git)
if [ -z $git ]
then
eco installing git...
echo installing git...
echo | sudo -S apt install git
else
echo git is already installed