Skip to content
Snippets Groups Projects
Commit e8f76cd8 authored by David Verelst's avatar David Verelst
Browse files

also add wine32 alias to .bashrc

parent d75ca7ab
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -22,6 +22,11 @@ sed -i 's/"PATH"="C:\\\\windows\\\\system32;C:\\\\windows"/"PATH"="C:\\\\windows ...@@ -22,6 +22,11 @@ sed -i 's/"PATH"="C:\\\\windows\\\\system32;C:\\\\windows"/"PATH"="C:\\\\windows
WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit ./tmp.reg WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine regedit ./tmp.reg
rm ./tmp.reg rm ./tmp.reg
# add an alias to .bashrc
echo "-------- adding alias wine32 to ~/.bashrc"
echo "alias wine32='WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine'" >> ~/.bashrc
source ~/.bashrc
echo "-------- See if HAWC2 runs..." echo "-------- See if HAWC2 runs..."
WINEARCH=win32 WINEPREFIX=~/$WINEDIRNAME wine hawc2-123-beta.exe wine32 hawc2-123-beta.exe
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment