Skip to content

Commit 1bd5007

Browse files
committed
moving tweeter over, adding a new dep
1 parent 03bc384 commit 1bd5007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/default.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ a img {
9696
position: absolute;
9797

9898
top: 180px;
99-
left: 40px;
99+
left: 200px;
100100

101101
padding-left: 100px;
102102

install/apt-get.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ if [ "x$?" == "x0" ]; then
88
echo "install the stuff we need."
99
echo "This needs sudo rights."
1010

11-
sudo apt-get install apache2 php5 php5-mysql mysql-server
11+
sudo apt-get install apache2 php5 php5-mysql mysql-server php5-cli
1212
fi

0 commit comments

Comments
 (0)