Missed moving the etc stuff into place.

This commit is contained in:
Storm Dragon 2021-10-10 14:49:19 -04:00
parent 3d9e4b67e3
commit 7c128421d5

View File

@ -17,6 +17,8 @@ wget -O "$wineFile" "$wineURL"
pushd /opt pushd /opt
sudo tar xf "$wineFile" sudo tar xf "$wineFile"
sudo mv usr wine sudo mv usr wine
sudo cp -r etc/* /etc
sudo rm -rf etc/
popd popd
# Create files and links in /usr/local/bin # Create files and links in /usr/local/bin