mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
7 lines
160 B
Bash
Executable File
7 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make && sudo make install && gconftool-2 --install-schema-file=/usr/local/etc/gconf/schemas/guake.schemas || exit 1
|
|
|
|
guake --quit 2> /dev/null
|
|
guake
|