Changes between Version 27 and Version 28 of ActionQuake2
- Timestamp:
- Oct 15, 2024, 4:05:16 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ActionQuake2
v27 v28 94 94 We need to copy config files to action folder. For that run the following commands in your terminal: 95 95 {{{ 96 cd ~/.q2pro /action96 cd ~/.q2pro 97 97 git clone https://github.com/zevlg/dot.q2pro.git 98 98 mv dot.q2pro/*.aqtp ./ 99 mv dot.q2pro/*.cfg ./ 99 100 100 101 cat <<EOF > aq2.sh