install_deb.sh updated

This commit is contained in:
Matthias Jung
2020-02-25 19:42:57 +01:00
parent 3eb406f0b1
commit 369db7f289

View File

@@ -53,8 +53,8 @@ subversion
astyle astyle
uncrustify uncrustify
clang-format clang-format
python3.5 python3
python3.5-dev python3-dev
python3-matplotlib python3-matplotlib
sqlite3 sqlite3
sqlitebrowser sqlitebrowser
@@ -72,6 +72,7 @@ libqt5sql5
libqt5widgets5 libqt5widgets5
libqt5core5a libqt5core5a
lsb-core lsb-core
libqwt-qt5-dev
gedit gedit
sublime-text sublime-text
vim-gtk vim-gtk
@@ -81,6 +82,8 @@ gtkwave
openssh-server openssh-server
nautilus nautilus
telnet telnet
dpkg-dev
pkg-config
" "
for d in $deplist; do for d in $deplist; do
sudo apt-get -y install $d sudo apt-get -y install $d