copy install script for debian (#180)

Co-authored-by: simon <simon.leary42@gmail.com>
This commit is contained in:
simonleary-umass-edu 2022-08-31 04:28:11 -04:00 committed by GitHub
parent 15a73b7dba
commit 75a24c89cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
scripts/install-debian.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash -e
sudo apt-get update
sudo apt-get install -y \
build-essential \
qtbase5-dev \
libqt5websockets5-dev \
qtwebengine5-dev \
openconnect
./scripts/install.sh