initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# use this script to install dependencies for the server and the client
|
||||
|
||||
## server dependencies
|
||||
sudo apt-get install nasm mingw-w64
|
||||
|
||||
## Uncomment this if Commander does not work
|
||||
# sudo apt-get install libqt5webenginewidgets5 libqt5websockets5
|
||||
Reference in New Issue
Block a user