Remove unused configuration from install.sh

This commit is contained in:
Michał Janiszewski 2017-08-24 11:23:28 +02:00 committed by GitHub
parent 46c2998905
commit 20330707c3
1 changed files with 0 additions and 3 deletions

View File

@ -108,9 +108,6 @@ elif [[ $(uname) == "Linux" ]]; then
"windows")
docker pull openrct2/openrct2:mingw-arch
;;
"docker32")
docker pull openrct2/openrct2:32bit-only
;;
"docker64")
docker pull openrct2/openrct2:64bit-only
;;