diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -82,9 +82,9 @@ First, you'll need to install at least packages for `python3`, `python-qt4` (`qt Then run the below script: it'll download the code and install it: ```bash -wget https://github.com/raelgc/scudcloud/archive/v1.0.83.tar.gz -tar -xvf v1.0.83.tar.gz -cd scudcloud-1.0.83 +wget https://github.com/raelgc/scudcloud/archive/v1.0.84.tar.gz +tar -xvf v1.0.84.tar.gz +cd scudcloud-1.0.84 SOURCE="scudcloud-1.0" INSTALL="/opt/scudcloud" sudo mkdir -p $INSTALL/lib |