guake-guake/bootstrap-dev-debian.sh
2018-01-19 18:45:33 +01:00

35 lines
637 B
Bash
Executable File

#!/bin/bash
echo "Install packages needed for execution"
sudo apt install -y \
gir1.2-keybinder-3.0 \
gir1.2-notify-0.7 \
gir1.2-vte-2.91 \
libkeybinder-3.0-0 \
python3 \
python3-cairo \
python3-dbus \
python3-gi \
python3-pbr \
python3-pip \
echo "Install needed development packages on a Debian/Ubuntu system"
sudo apt install -y \
aspell-fr \
dconf-editor \
gettext \
glade \
gnome-tweak-tool \
gsettings-desktop-schemas \
make \
pandoc \
if [[ $1 == "--with-optional" ]]; then
sudo apt install -y \
libutempter0 \
numix-gtk-theme \
fi