Missed moving the etc stuff into place.
This commit is contained in:
parent
3d9e4b67e3
commit
7c128421d5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user