Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Installation script updates Freenet in Linux and OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
misaakidis committed Jun 29, 2016
1 parent 52d95e3 commit 8f40bd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ceno-box/installCENO.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,15 @@ curl -0 -J -L "https://github.com/equalitie/ceno/releases/download/$(echo $LATES
unzip -q CENOBox_$(echo $CENO_OS).zip
rm CENOBox_$(echo $CENO_OS).zip

cd CENOBox
echo "Updating Freenet installation..."
sh ./update.sh &> /dev/null

# Start CENOBox
echo

if [ "$CENO_OS" = "Linux" ]
then
cd CENOBox
echo "Creating Desktop shortcut"
head -6 CENO.desktop > CENO.desktop.new
echo Path=`pwd` >> CENO.desktop.new
Expand All @@ -109,4 +112,6 @@ then
cp CENO.desktop "$HOME"/.local/share/applications/CENO.desktop
fi

cd ..

echo "Successfully installed CENO"

0 comments on commit 8f40bd7

Please sign in to comment.