copy install-ubuntu to install-debian

This commit is contained in:
simon
2022-08-30 20:05:02 -04:00
parent 99ff9060bb
commit 2b11be942a

View File

@@ -1 +0,0 @@
install-ubuntu.sh

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