Skip to content
Snippets Groups Projects
Commit ff7b8dc5 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

debootstrap: added aramo release

parent 0db18886
No related branches found
No related tags found
No related merge requests found
trisquel
\ No newline at end of file
case $ARCH in
amd64|i386)
default_mirror http://archive.trisquel.org/trisquel
;;
*)
default_mirror http://ports.trisquel.org/trisquel
;;
esac
default_mirror http://archive.trisquel.org/trisquel
mirror_style release
download_style apt
finddebs_style from-indices
......
case $ARCH in
amd64|i386)
default_mirror http://archive.trisquel.org/trisquel
;;
*)
default_mirror http://ports.trisquel.org/trisquel
;;
esac
default_mirror http://archive.trisquel.org/trisquel
mirror_style release
download_style apt
finddebs_style from-indices
......
#!/bin/sh
#
# Copyright (C) 2008-2020 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2008-2022 Ruben Rodriguez <ruben@trisquel.info>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=5
VERSION=6
NETINST=true
. ./config
......@@ -25,9 +25,7 @@ NETINST=true
rm scripts/*
cp -a $DATA/* scripts/
replace ports.trisquel.org archive.trisquel.org
changelog "Only include trisquel origins + armfh ports to archive"
changelog "Only include trisquel origins"
compile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment