mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
21 lines
405 B
Bash
Executable File
21 lines
405 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Bootstraping required system packages for Guake (Debian/Ubuntu)"
|
|
|
|
sudo apt-get install -q \
|
|
gir1.2-gtk-3.0 \
|
|
gir1.2-keybinder \
|
|
libgtk-3-0 \
|
|
libgtk-3-dev \
|
|
libkeybinder-3.0-0 \
|
|
libvte-2.90-9 \
|
|
python-dbus \
|
|
python-dev \
|
|
python-gi \
|
|
python-gi-dev \
|
|
python-gobject \
|
|
python-keybinder \
|
|
python3-dbus \
|
|
python3-dev \
|
|
python3-gi \
|