mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-12-04 16:12:20 +00:00
updates for install.sh, thx ng0
This commit is contained in:
parent
12c74b4910
commit
4cf112c2f0
19
install.sh
19
install.sh
@ -22,10 +22,11 @@
|
|||||||
#
|
#
|
||||||
# psyclpc as obtained from http://lpc.psyc.eu
|
# psyclpc as obtained from http://lpc.psyc.eu
|
||||||
driver="psyclpc"
|
driver="psyclpc"
|
||||||
driverver="20111122"
|
driverver="20160417"
|
||||||
|
driversha256="ad403ad4243fea52d79b1d89d9ad30e2f6a89b4263cf13f329386d03cb6d4fbf"
|
||||||
lpcbaseurl="http://www.psyced.org/files/"
|
lpcbaseurl="http://www.psyced.org/files/"
|
||||||
zip="bz2"
|
zip="xz"
|
||||||
zipcmd="bzip2"
|
zipcmd="xz"
|
||||||
|
|
||||||
# useful for debugging - see what files it would produce
|
# useful for debugging - see what files it would produce
|
||||||
exit="exit 1"
|
exit="exit 1"
|
||||||
@ -47,8 +48,14 @@ then
|
|||||||
|
|
||||||
!!${hi} HEY YOU, PORTAGE USER ${lo}!!
|
!!${hi} HEY YOU, PORTAGE USER ${lo}!!
|
||||||
If you are running gentoo/portage you should try out our beautiful ebuilds
|
If you are running gentoo/portage you should try out our beautiful ebuilds
|
||||||
at http://www.psyced.org/files/gentoo.tar.bz2 instead of this installation
|
in the youbroketheinternet-overlay instead of this installation script.
|
||||||
script. Stop it now.
|
Stop it now and do this...
|
||||||
|
|
||||||
|
torify git clone git://git.cheettyiapsyciew.onion/youbroketheinternet-overlay
|
||||||
|
|
||||||
|
or this instead:
|
||||||
|
|
||||||
|
git clone git://git.psyced.org/youbroketheinternet-overlay
|
||||||
|
|
||||||
${hi}Warning: OLD-SCHOOL install.sh STARTING${lo} ...
|
${hi}Warning: OLD-SCHOOL install.sh STARTING${lo} ...
|
||||||
|
|
||||||
@ -193,6 +200,8 @@ if ! test `ls -1 ${driver}-*tar.${zip} 2>/dev/null`
|
|||||||
if wget "${lpcbaseurl}/${driver}-${driverver}.tar.${zip}"
|
if wget "${lpcbaseurl}/${driver}-${driverver}.tar.${zip}"
|
||||||
then
|
then
|
||||||
echo "${driver} successfully retrieved."
|
echo "${driver} successfully retrieved."
|
||||||
|
echo "Expect this checksum:\n\n${driversha256}"
|
||||||
|
sha256sum ${driver}
|
||||||
else
|
else
|
||||||
echo "${hi}ATTENTION: Unable to download ${driver}"
|
echo "${hi}ATTENTION: Unable to download ${driver}"
|
||||||
echo "${hi}ATTENTION: ${lo}You have no ${driver}-*.tar.${zip} in this directory."
|
echo "${hi}ATTENTION: ${lo}You have no ${driver}-*.tar.${zip} in this directory."
|
||||||
|
Loading…
Reference in New Issue
Block a user