This commit is contained in:
luk
2024-08-03 14:24:29 +08:00
parent 5dcf13d6d2
commit 29a2b5d7db
7 changed files with 19 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ if [ $1 ]
then
VERSION=$1
else
echo "=== Enter geth \n [version number] for example 1.10.26 \n [leave blank] for the latest version"
echo "=== Install geth version of \n [version number] for example 1.10.26 \n [leave blank] for the latest version"
read -p ">>> " VERSION
fi