Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Update Configure.sh (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirherobrine23 authored Dec 1, 2021
1 parent 3a50ebd commit de7807f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .Build/Docker/Configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm -g install npm@$(curl -sL https://api.github.com/repos/npm/cli/releases/late
if ! [ "$(uname -m)" == "x86_64" ];then
mkdir -p /lib64
apt install -y qemu-user-static
wget -q "https://github.com/The-Bds-Maneger/external_files/raw/main/linux_libries.zip" -O /tmp/libries.zip
wget -q "https://github.com/The-Bds-Maneger/external_files/raw/main/Linux/libs_amd64.zip" -O /tmp/libries.zip
unzip -o /tmp/libries.zip -d /
rm -rfv /tmp/libries.zip
fi
Expand Down

0 comments on commit de7807f

Please sign in to comment.