Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks1mS authored Oct 11, 2023
1 parent 1ee9099 commit e6b8f06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wine/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WINEPREFIX="$WINEHOME/.wine32"
# WINEARCH="win32"
# WINEDEBUG="-all"

COREFONTS_BASE_URL="https://github.com/Maks1mS/devcontainers-features/raw/main/src/wine/corefonts/"
COREFONTS_BASE_URL="https://raw.githubusercontent.com/Maks1mS/devcontainers-features/main/src/wine/corefonts/"
COREFONTS_FILES=(
"andale32.exe"
"arial32.exe"
Expand Down Expand Up @@ -78,9 +78,9 @@ export WINEDEBUG=-all"
wine wineboot --init
echo "check-certificate = off" >> ~/.wgetrc
echo "check_certificate = off" >> ~/.wgetrc
mkdir -p "$COREFONTS_CACHE_DIR"
mkdir -p "\$COREFONTS_CACHE_DIR"
for filename in "${COREFONTS_FILES[@]}"; do
curl -O "$COREFONTS_CACHE_DIR\$filename $COREFONTS_BASE_URL\$filename"
wget -P "$COREFONTS_CACHE_DIR" "$COREFONTS_BASE_URL\$filename"
done
winetricks corefonts
EOF
Expand Down

0 comments on commit e6b8f06

Please sign in to comment.