Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanuk12 committed Jun 12, 2022
1 parent cea0c42 commit c2eeb03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/ptero-debian-wine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ fi
# Install necessary to run packages
echo "First launch will throw some errors. Ignore them"

if [ ! -d /home/container/.wine ]; then
source ~/.bashrc && winecfg
fi;

mkdir -p $WINEPREFIX

# Check if wine-gecko required and install it if so
Expand Down

0 comments on commit c2eeb03

Please sign in to comment.