Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rajudev
diaspora-installer
Commits
4633cfe2
Commit
4633cfe2
authored
Apr 27, 2017
by
Praveen Arimbrathodiyil
Browse files
check sha256 sum
parent
429adfea
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/diaspora-common.install
View file @
4633cfe2
...
...
@@ -13,3 +13,4 @@ nginx.conf.nohttps.example usr/share/diaspora-common
rake
-
tasks
.
sh
usr
/
lib
/
diaspora
-
common
/
scripts
set
-
env
-
diaspora
.
sh
usr
/
lib
/
diaspora
-
common
/
scripts
set
-
env
-
nginx
.
sh
usr
/
lib
/
diaspora
-
common
/
scripts
sha256sums
usr
/
lib
/
diaspora
-
common
diaspora-common.conf
View file @
4633cfe2
...
...
@@ -13,6 +13,7 @@ export diaspora_home=/usr/share/diaspora
export
diaspora_user_home
=/
var
/
lib
/
diaspora
export
diaspora_cache
=/
var
/
cache
/
diaspora
-
installer
export
diaspora_scripts
=/
usr
/
lib
/
diaspora
-
common
/
scripts
export
diaspora_sha256sums
=/
usr
/
lib
/
diaspora
-
common
/
sha256sums
export
diaspora_log_dir
=/
var
/
log
/
diaspora
export
diaspora_nginx_log
=/
var
/
log
/
diaspora
export
diaspora_ssl_path
=/
etc
/
diaspora
/
ssl
...
...
diaspora-download.sh
View file @
4633cfe2
...
...
@@ -25,7 +25,10 @@ then
wget
-O
${
diaspora_cache
}
/diaspora-
${
diaspora_version
}
.tar.gz
${
github_archive_url
}
/v
${
diaspora_version
}
.tar.gz
fi
fi
echo
"Checking integrity of download..."
sha256
-c
${
diaspora_sha256sums
}
echo
"Extracting files..."
tar
-C
${
diaspora_cache
}
-zxvf
${
diaspora_cache
}
/diaspora-
${
diaspora_version
}
.tar.gz
>
/dev/null
...
...
sha256sums
0 → 100644
View file @
4633cfe2
0ffee309d3baa4e213a7d6c57cb000ce7f83967b0b564676aa0033aea4b2dcaa /var/cache/diaspora-installer/diaspora-0.6.3.0.tar.gz
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment