----- Original Message ----- From: <goli...@dyne.org>
To: <dng@lists.dyne.org>
Sent: Friday, July 21, 2017 2:16 PM
Subject: Re: [DNG] [Desktop-Environment] Cinnamon and MATE


On 2017-07-21 12:57, Ismael L. Donis Garcia wrote:
----- Original Message ----- From: Antonio Volpicelli
To: dng@lists.dyne.org
Sent: Sunday, July 16, 2017 7:21 AM
Subject: [DNG] [Desktop-Environment] Cinnamon and MATE

hi to all,
I have build Cinnamon 3.0 for Jessie and MATE-1.18 for Ascii,
If anyone wants to try them just install from the usual external repo.
If there is something wrong, send me an email/comment on my blog/explain the problem
on irc channel (#devuan or #devuan-dev).

Remember this packages are experimental

What is the repository link?

Regards
--
Ismael


You'll find it here:

https://devuan.org/os/etc/apt/sources.list

Of course you could also put it in /etc/apt/sources.list if you prefer

golinux


I just downloaded it locally to the repository:
deb http://auto.mirror.devuan.org/devuan experimental main

And I have not downloaded any file mate or cinnanmon

The script I used is the following:

#!/bin/sh
if pidof -x $(basename $0) > /dev/null; then
 for p in $(pidof -x $(basename $0)); do
   if [ $p -ne $$ ]; then
     exit
   fi
 done
fi
ARQUITECTURA=i386,amd64
METODO=http
RAMA=experimental
HOST=auto.mirror.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/experimental
SECCIONES=main

echo "========================================================="
echo "Actualizando los repositorios DEVUAN 'experimental'; main"
echo "========================================================="
echo ""
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/devuan \
-d ${RAMA} -r / --progress \
-e ${METODO} --postcleanup --ignore-small-errors --ignore-missing-release --ignore-release-gpg --nosource --allow-dist-rename \
--diff=none \
${DIR_MIRROR}

Best Regards
--
Ismael
Devuan User : http://distrowatch.com/table.php?distribution=devuan

_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to