diff --git a/gitso/trunk/INSTALL.txt b/gitso/trunk/INSTALL.txt deleted file mode 100644 index 485c3fa..0000000 --- a/gitso/trunk/INSTALL.txt +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -#This install script only tested on Ubuntu. Use at your own risk. -#Patches welcome! - - -#install the prerequisites -sudo apt-get install x11vnc xtightvncviewer - -#Copy the gitso.py python script to /usr/bin/ as gitso -cp ./gitso.py /usr/bin/gitso - -#make /usr/bin/gitso executable -sudo chmod +x !$ - -#Copy the .desktop file to /usr/share/applications -sudo cp Gitso.desktop /usr/share/applications/