Skip to content

Commit

Permalink
next gitkraken test
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Aug 28, 2024
1 parent a3f57d2 commit bdab30b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions games/conan/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,25 +133,6 @@ echo -e "${YELLOW}First launch will throw some errors. Ignore them${NC}"
echo -e "${BLUE}---------------------------------------------------${NC}"
mkdir -p $WINEPREFIX

# Check if wine-gecko required and install it if so
if [[ $WINETRICKS_RUN =~ gecko ]]; then
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
echo -e "${YELLOW}Installing Wine Gecko${NC}"
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
WINETRICKS_RUN=${WINETRICKS_RUN/gecko}

if [ ! -f "$WINEPREFIX/gecko_x86.msi" ]; then
wget -q -O $WINEPREFIX/gecko_x86.msi http://dl.winehq.org/wine/wine-gecko/2.47.4/wine_gecko-2.47.4-x86.msi
fi

if [ ! -f "$WINEPREFIX/gecko_x86_64.msi" ]; then
wget -q -O $WINEPREFIX/gecko_x86_64.msi http://dl.winehq.org/wine/wine-gecko/2.47.4/wine_gecko-2.47.4-x86_64.msi
fi

wine msiexec /i $WINEPREFIX/gecko_x86.msi /qn /quiet /norestart /log $WINEPREFIX/gecko_x86_install.log
wine msiexec /i $WINEPREFIX/gecko_x86_64.msi /qn /quiet /norestart /log $WINEPREFIX/gecko_x86_64_install.log
fi

# Check if wine-mono required and install it if so
if [[ $WINETRICKS_RUN =~ mono ]]; then
echo -e "${BLUE}---------------------------------------------------------------------${NC}"
Expand Down

0 comments on commit bdab30b

Please sign in to comment.