mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 23:26:20 +00:00
Added libxss-dev to ubuntu install, removed configure from .gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -20,7 +20,7 @@ autom4te.cache/
|
|||||||
src/config.h
|
src/config.h
|
||||||
src/config.h.in
|
src/config.h.in
|
||||||
config.status
|
config.status
|
||||||
#configure
|
configure
|
||||||
configure.scan
|
configure.scan
|
||||||
stamp-h1
|
stamp-h1
|
||||||
*~
|
*~
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ debian_prepare()
|
|||||||
echo
|
echo
|
||||||
echo Profanity installer... installing dependencies
|
echo Profanity installer... installing dependencies
|
||||||
echo
|
echo
|
||||||
sudo apt-get -y install git autoconf libssl-dev libexpat1-dev libncurses5-dev libglib2.0-dev libnotify-dev libcurl3-dev
|
sudo apt-get -y install git autoconf libssl-dev libexpat1-dev libncurses5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user