RebornOS cnchi Gnome based install code
| Revision | a02f21fe326f7544220cae6b0b5c88e43aad5f2b (tree) |
|---|---|
| Time | 2021-01-18 05:09:47 |
| Author | |
| Commiter | Rafael Costa Rega |
2021.01.14 Update
| @@ -407,4 +407,9 @@ Add in postinstall.sh new start cups service (line 344 aprox.): | ||
| 407 | 407 | # Start cups.service |
| 408 | 408 | chroot ${CN_DESTDIR} systemctl enable cups.service |
| 409 | 409 | |
| 410 | - | |
| \ No newline at end of file | ||
| 410 | +========================================================================= | |
| 411 | +2020.12.28 | |
| 412 | + | |
| 413 | +Added 14 mirrors from RebornOS repository in OSDN. | |
| 414 | +Updated Arch Linux mirrorlist added. | |
| 415 | + |
| @@ -154,7 +154,7 @@ class InstallationAsk(GtkBaseBox): | ||
| 154 | 154 | """ Shows dual installation wiki page in a browser window """ |
| 155 | 155 | try: |
| 156 | 156 | self.browser = BrowserWindow("RebornOS Wiki - Dual Boot") |
| 157 | - url = ("https://sourceforge.net/p/rebornos/wiki/Dual%20Boot%20RebornOS%20%26%20Windows%20UEFI%20%28Expanded%29%20%E2%80%93%20by%20linuxhelmet/") | |
| 157 | + url = ("https://osdn.net/projects/rebornos/wiki/Dual%20Boot%20RebornOS%20%26%20Windows%20UEFI%20%28Expanded%29%20%E2%80%93%20by%20linuxhelmet") | |
| 158 | 158 | self.browser.load_url(url) |
| 159 | 159 | except Exception as err: |
| 160 | 160 | logging.warning("Could not show RebornOS wiki: %s", err) |
| @@ -151,7 +151,7 @@ DESCRIPTIONS = { | ||
| 151 | 151 | 'games': _("Installs Steam and Playonlinux for gaming enthusiasts."), |
| 152 | 152 | 'graphic_drivers': _("Installs AMD or Nvidia proprietary graphic driver."), |
| 153 | 153 | 'gtk-play': _("Popular games for Linux, all created for use on your Desktop Environment"), |
| 154 | - 'hunspell': _("Slightly Broken (atm) Spell Check Packages for RebornOS"), | |
| 154 | + 'hunspell': _("Spell Check Packages for RebornOS"), | |
| 155 | 155 | 'hardinfo': _("Easy application for extensive hardware analysis"), |
| 156 | 156 | 'qt-play': _("Popular games for Linux, all created for use on your Desktop Environment"), |
| 157 | 157 | 'maintenance': _("Common Applications to Perform System Maintenance On Linux"), |
| @@ -29,7 +29,7 @@ | ||
| 29 | 29 | |
| 30 | 30 | """ Set some Cnchi global constants """ |
| 31 | 31 | |
| 32 | -CNCHI_VERSION = "RebornOS Installer Gnome based 2020.12.04" | |
| 32 | +CNCHI_VERSION = "RebornOS Installer Gnome based 2021.01.16" | |
| 33 | 33 | CNCHI_WEBSITE = "https://rebornos.org" |
| 34 | 34 | CNCHI_RELEASE_STAGE = "production" |
| 35 | 35 |
| @@ -0,0 +1,15 @@ | ||
| 1 | +[Autologin] | |
| 2 | +Relogin=false | |
| 3 | +Session= | |
| 4 | +User= | |
| 5 | + | |
| 6 | +[General] | |
| 7 | +HaltCommand=/usr/bin/systemctl poweroff | |
| 8 | +RebootCommand=/usr/bin/systemctl reboot | |
| 9 | + | |
| 10 | +[Theme] | |
| 11 | +Current=breeze | |
| 12 | + | |
| 13 | +[Users] | |
| 14 | +MaximumUid=60000 | |
| 15 | +MinimumUid=1000 |
| @@ -0,0 +1,696 @@ | ||
| 1 | +## | |
| 2 | +## Arch Linux repository mirrorlist | |
| 3 | +## Generated on 2020-12-28 | |
| 4 | +## | |
| 5 | + | |
| 6 | +## Worldwide | |
| 7 | +Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch | |
| 8 | +Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 9 | +Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 10 | + | |
| 11 | +## Australia | |
| 12 | +Server = https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch | |
| 13 | +Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch | |
| 14 | +Server = https://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch | |
| 15 | +Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch | |
| 16 | +Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch | |
| 17 | +Server = http://mirror.launtel.net.au/repo/arch/$repo/os/$arch | |
| 18 | +Server = https://mirror.launtel.net.au/repo/arch/$repo/os/$arch | |
| 19 | +Server = http://arch.lucassymons.net/$repo/os/$arch | |
| 20 | +Server = https://arch.lucassymons.net/$repo/os/$arch | |
| 21 | +Server = http://syd.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 22 | +Server = https://syd.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 23 | +Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch | |
| 24 | + | |
| 25 | +## Austria | |
| 26 | +Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch | |
| 27 | +Server = http://mirror.easyname.at/archlinux/$repo/os/$arch | |
| 28 | +Server = http://mirror.reisenbauer.ee/archlinux/$repo/os/$arch | |
| 29 | +Server = https://mirror.reisenbauer.ee/archlinux/$repo/os/$arch | |
| 30 | + | |
| 31 | +## Bangladesh | |
| 32 | +Server = http://mirror.xeonbd.com/archlinux/$repo/os/$arch | |
| 33 | + | |
| 34 | +## Belarus | |
| 35 | +Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch | |
| 36 | +Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch | |
| 37 | + | |
| 38 | +## Belgium | |
| 39 | +Server = http://archlinux.cu.be/$repo/os/$arch | |
| 40 | +Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch | |
| 41 | +Server = http://mirror.tiguinet.net/arch/$repo/os/$arch | |
| 42 | + | |
| 43 | +## Bosnia and Herzegovina | |
| 44 | +Server = http://archlinux.mirror.ba/$repo/os/$arch | |
| 45 | + | |
| 46 | +## Brazil | |
| 47 | +Server = http://br.mirror.archlinux-br.org/$repo/os/$arch | |
| 48 | +Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch | |
| 49 | +Server = http://www.caco.ic.unicamp.br/archlinux/$repo/os/$arch | |
| 50 | +Server = https://www.caco.ic.unicamp.br/archlinux/$repo/os/$arch | |
| 51 | +Server = http://linorg.usp.br/archlinux/$repo/os/$arch | |
| 52 | +Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch | |
| 53 | +Server = http://mirror.ufam.edu.br/archlinux/$repo/os/$arch | |
| 54 | +Server = http://mirror.ufscar.br/archlinux/$repo/os/$arch | |
| 55 | + | |
| 56 | +## Bulgaria | |
| 57 | +Server = http://mirror.host.ag/archlinux/$repo/os/$arch | |
| 58 | +Server = http://mirrors.netix.net/archlinux/$repo/os/$arch | |
| 59 | +Server = http://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch | |
| 60 | +Server = https://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch | |
| 61 | + | |
| 62 | +## Canada | |
| 63 | +Server = http://mirror.cedille.club/archlinux/$repo/os/$arch | |
| 64 | +Server = http://archlinux.mirror.colo-serv.net/$repo/os/$arch | |
| 65 | +Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch | |
| 66 | +Server = https://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch | |
| 67 | +Server = http://mirror2.evolution-host.com/archlinux/$repo/os/$arch | |
| 68 | +Server = https://mirror2.evolution-host.com/archlinux/$repo/os/$arch | |
| 69 | +Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch | |
| 70 | +Server = http://muug.ca/mirror/archlinux/$repo/os/$arch | |
| 71 | +Server = https://muug.ca/mirror/archlinux/$repo/os/$arch | |
| 72 | +Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch | |
| 73 | +Server = http://mirror.scd31.com/arch/$repo/os/$arch | |
| 74 | +Server = https://mirror.scd31.com/arch/$repo/os/$arch | |
| 75 | +Server = http://mirror.sergal.org/archlinux/$repo/os/$arch | |
| 76 | +Server = https://mirror.sergal.org/archlinux/$repo/os/$arch | |
| 77 | + | |
| 78 | +## Chile | |
| 79 | +Server = http://mirror.anquan.cl/archlinux/$repo/os/$arch | |
| 80 | +Server = http://mirror.archlinux.cl/$repo/os/$arch | |
| 81 | +Server = http://mirror1.cl.netactuate.com/archlinux/$repo/os/$arch | |
| 82 | +Server = https://mirror1.cl.netactuate.com/archlinux/$repo/os/$arch | |
| 83 | +Server = http://mirror.ufro.cl/archlinux/$repo/os/$arch | |
| 84 | +Server = https://mirror.ufro.cl/archlinux/$repo/os/$arch | |
| 85 | + | |
| 86 | +## China | |
| 87 | +Server = http://mirrors.163.com/archlinux/$repo/os/$arch | |
| 88 | +Server = http://mirrors.bfsu.edu.cn/archlinux/$repo/os/$arch | |
| 89 | +Server = https://mirrors.bfsu.edu.cn/archlinux/$repo/os/$arch | |
| 90 | +Server = http://mirrors.cqu.edu.cn/archlinux/$repo/os/$arch | |
| 91 | +Server = https://mirrors.cqu.edu.cn/archlinux/$repo/os/$arch | |
| 92 | +Server = http://mirrors.dgut.edu.cn/archlinux/$repo/os/$arch | |
| 93 | +Server = https://mirrors.dgut.edu.cn/archlinux/$repo/os/$arch | |
| 94 | +Server = http://mirrors.hit.edu.cn/archlinux/$repo/os/$arch | |
| 95 | +Server = https://mirrors.hit.edu.cn/archlinux/$repo/os/$arch | |
| 96 | +Server = http://mirror.lzu.edu.cn/archlinux/$repo/os/$arch | |
| 97 | +Server = http://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch | |
| 98 | +Server = https://mirrors.neusoft.edu.cn/archlinux/$repo/os/$arch | |
| 99 | +Server = http://mirrors.nju.edu.cn/archlinux/$repo/os/$arch | |
| 100 | +Server = https://mirrors.nju.edu.cn/archlinux/$repo/os/$arch | |
| 101 | +Server = http://mirror.redrock.team/archlinux/$repo/os/$arch | |
| 102 | +Server = https://mirror.redrock.team/archlinux/$repo/os/$arch | |
| 103 | +Server = https://mirrors.sjtug.sjtu.edu.cn/archlinux/$repo/os/$arch | |
| 104 | +Server = http://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch | |
| 105 | +Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch | |
| 106 | +Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch | |
| 107 | +Server = https://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch | |
| 108 | +Server = https://mirrors.xjtu.edu.cn/archlinux/$repo/os/$arch | |
| 109 | +Server = http://mirrors.zju.edu.cn/archlinux/$repo/os/$arch | |
| 110 | + | |
| 111 | +## Colombia | |
| 112 | +Server = http://mirrors.udenar.edu.co/archlinux/$repo/os/$arch | |
| 113 | + | |
| 114 | +## Croatia | |
| 115 | +Server = http://archlinux.iskon.hr/$repo/os/$arch | |
| 116 | + | |
| 117 | +## Czechia | |
| 118 | +Server = http://mirror.dkm.cz/archlinux/$repo/os/$arch | |
| 119 | +Server = https://mirror.dkm.cz/archlinux/$repo/os/$arch | |
| 120 | +Server = http://ftp.fi.muni.cz/pub/linux/arch/$repo/os/$arch | |
| 121 | +Server = http://ftp.linux.cz/pub/linux/arch/$repo/os/$arch | |
| 122 | +Server = http://gluttony.sin.cvut.cz/arch/$repo/os/$arch | |
| 123 | +Server = https://gluttony.sin.cvut.cz/arch/$repo/os/$arch | |
| 124 | +Server = http://mirrors.nic.cz/archlinux/$repo/os/$arch | |
| 125 | +Server = http://ftp.sh.cvut.cz/arch/$repo/os/$arch | |
| 126 | +Server = https://ftp.sh.cvut.cz/arch/$repo/os/$arch | |
| 127 | +Server = http://mirror.vpsfree.cz/archlinux/$repo/os/$arch | |
| 128 | + | |
| 129 | +## Denmark | |
| 130 | +Server = http://mirrors.dotsrc.org/archlinux/$repo/os/$arch | |
| 131 | +Server = https://mirrors.dotsrc.org/archlinux/$repo/os/$arch | |
| 132 | +Server = http://mirror.one.com/archlinux/$repo/os/$arch | |
| 133 | +Server = https://mirror.one.com/archlinux/$repo/os/$arch | |
| 134 | + | |
| 135 | +## Ecuador | |
| 136 | +Server = http://mirror.cedia.org.ec/archlinux/$repo/os/$arch | |
| 137 | +Server = http://mirror.espoch.edu.ec/archlinux/$repo/os/$arch | |
| 138 | +Server = http://mirror.uta.edu.ec/archlinux/$repo/os/$arch | |
| 139 | + | |
| 140 | +## Finland | |
| 141 | +Server = http://arch.mirror.far.fi/$repo/os/$arch | |
| 142 | +Server = http://mirror.hosthink.net/archlinux/$repo/os/$arch | |
| 143 | +Server = http://mirror.pseudoform.org/$repo/os/$arch | |
| 144 | +Server = https://mirror.pseudoform.org/$repo/os/$arch | |
| 145 | +Server = https://mirror.srv.fail/archlinux/$repo/os/$arch | |
| 146 | +Server = http://mirror.wuki.li/archlinux/$repo/os/$arch | |
| 147 | +Server = https://mirror.wuki.li/archlinux/$repo/os/$arch | |
| 148 | + | |
| 149 | +## France | |
| 150 | +Server = http://archlinux.de-labrusse.fr/$repo/os/$arch | |
| 151 | +Server = http://mirror.archlinux.ikoula.com/archlinux/$repo/os/$arch | |
| 152 | +Server = https://archlinux.vi-di.fr/$repo/os/$arch | |
| 153 | +Server = http://archlinux.mirrors.benatherton.com/$repo/os/$arch | |
| 154 | +Server = http://mirror.cyberbits.eu/archlinux/$repo/os/$arch | |
| 155 | +Server = https://mirror.cyberbits.eu/archlinux/$repo/os/$arch | |
| 156 | +Server = https://mirrors.eric.ovh/arch/$repo/os/$arch | |
| 157 | +Server = http://mirror.ibcp.fr/pub/archlinux/$repo/os/$arch | |
| 158 | +Server = http://mirror.lastmikoi.net/archlinux/$repo/os/$arch | |
| 159 | +Server = https://arch-mirror.cloud.louifox.house/$repo/os/$arch | |
| 160 | +Server = http://archlinux.mailtunnel.eu/$repo/os/$arch | |
| 161 | +Server = https://archlinux.mailtunnel.eu/$repo/os/$arch | |
| 162 | +Server = http://mir.archlinux.fr/$repo/os/$arch | |
| 163 | +Server = http://mirrors.celianvdb.fr/archlinux/$repo/os/$arch | |
| 164 | +Server = https://mirrors.celianvdb.fr/archlinux/$repo/os/$arch | |
| 165 | +Server = http://arch.nimukaito.net/$repo/os/$arch | |
| 166 | +Server = https://arch.nimukaito.net/$repo/os/$arch | |
| 167 | +Server = http://mirror.oldsql.cc/archlinux/$repo/os/$arch | |
| 168 | +Server = https://mirror.oldsql.cc/archlinux/$repo/os/$arch | |
| 169 | +Server = http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch | |
| 170 | +Server = http://archlinux.polymorf.fr/$repo/os/$arch | |
| 171 | +Server = http://archlinux.rezopole.net/$repo/os/$arch | |
| 172 | +Server = https://mirrors.slaanesh.org/archlinux/$repo/os/$arch | |
| 173 | +Server = http://mirrors.standaloneinstaller.com/archlinux/$repo/os/$arch | |
| 174 | +Server = https://mirror.sysa.tech/archlinux/$repo/os/$arch | |
| 175 | +Server = https://mirror.thekinrar.fr/archlinux/$repo/os/$arch | |
| 176 | +Server = http://ftp.u-strasbg.fr/linux/distributions/archlinux/$repo/os/$arch | |
| 177 | +Server = https://mirror.wormhole.eu/archlinux/$repo/os/$arch | |
| 178 | +Server = http://mirroir.wptheme.fr/archlinux/$repo/os/$arch | |
| 179 | +Server = https://mirroir.wptheme.fr/archlinux/$repo/os/$arch | |
| 180 | +Server = http://arch.yourlabs.org/$repo/os/$arch | |
| 181 | +Server = https://arch.yourlabs.org/$repo/os/$arch | |
| 182 | + | |
| 183 | +## Georgia | |
| 184 | +Server = http://archlinux.grena.ge/$repo/os/$arch | |
| 185 | +Server = https://archlinux.grena.ge/$repo/os/$arch | |
| 186 | + | |
| 187 | +## Germany | |
| 188 | +Server = http://mirror.23media.com/archlinux/$repo/os/$arch | |
| 189 | +Server = https://mirror.23media.com/archlinux/$repo/os/$arch | |
| 190 | +Server = http://ftp.agdsn.de/pub/mirrors/archlinux/$repo/os/$arch | |
| 191 | +Server = https://ftp.agdsn.de/pub/mirrors/archlinux/$repo/os/$arch | |
| 192 | +Server = https://appuals.com/archlinux/$repo/os/$arch | |
| 193 | +Server = http://artfiles.org/archlinux.org/$repo/os/$arch | |
| 194 | +Server = https://mirror.autisten.club/archlinux/$repo/os/$arch | |
| 195 | +Server = https://mirror.bethselamin.de/$repo/os/$arch | |
| 196 | +Server = http://mirror.chaoticum.net/arch/$repo/os/$arch | |
| 197 | +Server = https://mirror.chaoticum.net/arch/$repo/os/$arch | |
| 198 | +Server = http://mirror.checkdomain.de/archlinux/$repo/os/$arch | |
| 199 | +Server = https://mirror.checkdomain.de/archlinux/$repo/os/$arch | |
| 200 | +Server = http://mirror.clientvps.com/archlinux/$repo/os/$arch | |
| 201 | +Server = https://mirror.clientvps.com/archlinux/$repo/os/$arch | |
| 202 | +Server = https://mirror.dogado.de/archlinux/$repo/os/$arch | |
| 203 | +Server = http://mirror.f4st.host/archlinux/$repo/os/$arch | |
| 204 | +Server = https://mirror.f4st.host/archlinux/$repo/os/$arch | |
| 205 | +Server = http://ftp.fau.de/archlinux/$repo/os/$arch | |
| 206 | +Server = https://ftp.fau.de/archlinux/$repo/os/$arch | |
| 207 | +Server = https://dist-mirror.fem.tu-ilmenau.de/archlinux/$repo/os/$arch | |
| 208 | +Server = http://mirror.fsrv.services/archlinux/$repo/os/$arch | |
| 209 | +Server = https://mirror.fsrv.services/archlinux/$repo/os/$arch | |
| 210 | +Server = https://mirror.gnomus.de/$repo/os/$arch | |
| 211 | +Server = http://www.gutscheindrache.com/mirror/archlinux/$repo/os/$arch | |
| 212 | +Server = http://ftp.gwdg.de/pub/linux/archlinux/$repo/os/$arch | |
| 213 | +Server = http://archlinux.honkgong.info/$repo/os/$arch | |
| 214 | +Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch | |
| 215 | +Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch | |
| 216 | +Server = http://archlinux.mirror.iphh.net/$repo/os/$arch | |
| 217 | +Server = http://arch.jensgutermuth.de/$repo/os/$arch | |
| 218 | +Server = https://arch.jensgutermuth.de/$repo/os/$arch | |
| 219 | +Server = http://mirror.kumi.systems/archlinux/$repo/os/$arch | |
| 220 | +Server = https://mirror.kumi.systems/archlinux/$repo/os/$arch | |
| 221 | +Server = http://mirror.fra10.de.leaseweb.net/archlinux/$repo/os/$arch | |
| 222 | +Server = https://mirror.fra10.de.leaseweb.net/archlinux/$repo/os/$arch | |
| 223 | +Server = http://mirror.metalgamer.eu/archlinux/$repo/os/$arch | |
| 224 | +Server = https://mirror.metalgamer.eu/archlinux/$repo/os/$arch | |
| 225 | +Server = http://mirror.mikrogravitation.org/archlinux/$repo/os/$arch | |
| 226 | +Server = https://mirror.mikrogravitation.org/archlinux/$repo/os/$arch | |
| 227 | +Server = https://mirror.pkgbuild.com/$repo/os/$arch | |
| 228 | +Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch | |
| 229 | +Server = https://mirrors.n-ix.net/archlinux/$repo/os/$arch | |
| 230 | +Server = http://mirror.netcologne.de/archlinux/$repo/os/$arch | |
| 231 | +Server = https://mirror.netcologne.de/archlinux/$repo/os/$arch | |
| 232 | +Server = http://mirrors.niyawe.de/archlinux/$repo/os/$arch | |
| 233 | +Server = https://mirrors.niyawe.de/archlinux/$repo/os/$arch | |
| 234 | +Server = http://mirror.orbit-os.com/archlinux/$repo/os/$arch | |
| 235 | +Server = https://mirror.orbit-os.com/archlinux/$repo/os/$arch | |
| 236 | +Server = http://packages.oth-regensburg.de/archlinux/$repo/os/$arch | |
| 237 | +Server = https://packages.oth-regensburg.de/archlinux/$repo/os/$arch | |
| 238 | +Server = http://phinau.de/arch/$repo/os/$arch | |
| 239 | +Server = https://phinau.de/arch/$repo/os/$arch | |
| 240 | +Server = https://www.ratenzahlung.de/mirror/archlinux/$repo/os/$arch | |
| 241 | +Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch | |
| 242 | +Server = https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch | |
| 243 | +Server = http://linux.rz.rub.de/archlinux/$repo/os/$arch | |
| 244 | +Server = http://mirror.satis-faction.de/archlinux/$repo/os/$arch | |
| 245 | +Server = https://mirror.satis-faction.de/archlinux/$repo/os/$arch | |
| 246 | +Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch | |
| 247 | +Server = https://mirror.selfnet.de/archlinux/$repo/os/$arch | |
| 248 | +Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch | |
| 249 | +Server = https://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch | |
| 250 | +Server = http://archlinux.thaller.ws/$repo/os/$arch | |
| 251 | +Server = https://archlinux.thaller.ws/$repo/os/$arch | |
| 252 | +Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch | |
| 253 | +Server = http://mirror.ubrco.de/archlinux/$repo/os/$arch | |
| 254 | +Server = https://mirror.ubrco.de/archlinux/$repo/os/$arch | |
| 255 | +Server = http://mirror.undisclose.de/archlinux/$repo/os/$arch | |
| 256 | +Server = https://mirror.undisclose.de/archlinux/$repo/os/$arch | |
| 257 | +Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch | |
| 258 | +Server = http://ftp.uni-hannover.de/archlinux/$repo/os/$arch | |
| 259 | +Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch | |
| 260 | +Server = http://mirror.united-gameserver.de/archlinux/$repo/os/$arch | |
| 261 | +Server = https://arch.unixpeople.org/$repo/os/$arch | |
| 262 | +Server = http://ftp.wrz.de/pub/archlinux/$repo/os/$arch | |
| 263 | +Server = https://ftp.wrz.de/pub/archlinux/$repo/os/$arch | |
| 264 | +Server = http://mirror.wtnet.de/arch/$repo/os/$arch | |
| 265 | +Server = https://mirror.wtnet.de/arch/$repo/os/$arch | |
| 266 | + | |
| 267 | +## Greece | |
| 268 | +Server = http://ftp.cc.uoc.gr/mirrors/linux/archlinux/$repo/os/$arch | |
| 269 | +Server = http://mirrors.myaegean.gr/linux/archlinux/$repo/os/$arch | |
| 270 | +Server = http://ftp.ntua.gr/pub/linux/archlinux/$repo/os/$arch | |
| 271 | +Server = http://ftp.otenet.gr/linux/archlinux/$repo/os/$arch | |
| 272 | + | |
| 273 | +## Hong Kong | |
| 274 | +Server = http://mirror-hk.koddos.net/archlinux/$repo/os/$arch | |
| 275 | +Server = https://mirror-hk.koddos.net/archlinux/$repo/os/$arch | |
| 276 | +Server = http://hkg.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 277 | +Server = https://hkg.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 278 | +Server = https://arch-mirror.wtako.net/$repo/os/$arch | |
| 279 | +Server = http://mirror.xtom.com.hk/archlinux/$repo/os/$arch | |
| 280 | +Server = https://mirror.xtom.com.hk/archlinux/$repo/os/$arch | |
| 281 | + | |
| 282 | +## Hungary | |
| 283 | +Server = http://ftp.energia.mta.hu/pub/mirrors/ftp.archlinux.org/$repo/os/$arch | |
| 284 | +Server = http://archmirror.hbit.sztaki.hu/archlinux/$repo/os/$arch | |
| 285 | +Server = http://nova.quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch | |
| 286 | +Server = http://quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch | |
| 287 | +Server = http://super.quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch | |
| 288 | +Server = https://nova.quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch | |
| 289 | +Server = https://quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch | |
| 290 | +Server = https://super.quantum-mirror.hu/mirrors/pub/archlinux/$repo/os/$arch | |
| 291 | + | |
| 292 | +## Iceland | |
| 293 | +Server = http://mirror.system.is/arch/$repo/os/$arch | |
| 294 | +Server = https://mirror.system.is/arch/$repo/os/$arch | |
| 295 | + | |
| 296 | +## India | |
| 297 | +Server = http://mirror.cse.iitk.ac.in/archlinux/$repo/os/$arch | |
| 298 | +Server = http://mirrors.piconets.webwerks.in/archlinux-mirror/$repo/os/$arch | |
| 299 | +Server = https://mirrors.piconets.webwerks.in/archlinux-mirror/$repo/os/$arch | |
| 300 | + | |
| 301 | +## Indonesia | |
| 302 | +Server = http://mirror.gi.co.id/archlinux/$repo/os/$arch | |
| 303 | +Server = https://mirror.gi.co.id/archlinux/$repo/os/$arch | |
| 304 | +Server = http://mirror.labkom.id/archlinux/$repo/os/$arch | |
| 305 | +Server = http://mirror.papua.go.id/archlinux/$repo/os/$arch | |
| 306 | +Server = https://mirror.papua.go.id/archlinux/$repo/os/$arch | |
| 307 | +Server = http://mirror.poliwangi.ac.id/archlinux/$repo/os/$arch | |
| 308 | +Server = http://suro.ubaya.ac.id/archlinux/$repo/os/$arch | |
| 309 | +Server = http://mirror.telkomuniversity.ac.id/archlinux/$repo/os/$arch | |
| 310 | +Server = https://mirror.telkomuniversity.ac.id/archlinux/$repo/os/$arch | |
| 311 | + | |
| 312 | +## Iran | |
| 313 | +Server = http://repo.iut.ac.ir/repo/archlinux/$repo/os/$arch | |
| 314 | +Server = http://mirror.nak-mci.ir/arch/$repo/os/$arch | |
| 315 | +Server = http://mirror.rasanegar.com/archlinux/$repo/os/$arch | |
| 316 | +Server = https://mirror.rasanegar.com/archlinux/$repo/os/$arch | |
| 317 | + | |
| 318 | +## Ireland | |
| 319 | +Server = http://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/$arch | |
| 320 | +Server = https://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/$arch | |
| 321 | + | |
| 322 | +## Israel | |
| 323 | +Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/$arch | |
| 324 | +Server = https://mirror.isoc.org.il/pub/archlinux/$repo/os/$arch | |
| 325 | +Server = https://archlinux.mivzakim.net/$repo/os/$arch | |
| 326 | + | |
| 327 | +## Italy | |
| 328 | +Server = https://archmirror.it/$repo/os/$arch | |
| 329 | +Server = https://archlinux.beccacervello.it/archlinux/$repo/os/$arch | |
| 330 | +Server = http://archlinux.mirror.garr.it/archlinux/$repo/os/$arch | |
| 331 | +Server = http://mirrors.prometeus.net/archlinux/$repo/os/$arch | |
| 332 | + | |
| 333 | +## Japan | |
| 334 | +Server = http://mirrors.cat.net/archlinux/$repo/os/$arch | |
| 335 | +Server = https://mirrors.cat.net/archlinux/$repo/os/$arch | |
| 336 | +Server = http://ftp.tsukuba.wide.ad.jp/Linux/archlinux/$repo/os/$arch | |
| 337 | +Server = http://ftp.jaist.ac.jp/pub/Linux/ArchLinux/$repo/os/$arch | |
| 338 | +Server = https://ftp.jaist.ac.jp/pub/Linux/ArchLinux/$repo/os/$arch | |
| 339 | + | |
| 340 | +## Kazakhstan | |
| 341 | +Server = http://mirror.hoster.kz/archlinux/$repo/os/$arch | |
| 342 | +Server = https://mirror.hoster.kz/archlinux/$repo/os/$arch | |
| 343 | +Server = http://mirror.ps.kz/archlinux/$repo/os/$arch | |
| 344 | +Server = https://mirror.ps.kz/archlinux/$repo/os/$arch | |
| 345 | + | |
| 346 | +## Kenya | |
| 347 | +Server = http://archlinux.mirror.liquidtelecom.com/$repo/os/$arch | |
| 348 | +Server = https://archlinux.mirror.liquidtelecom.com/$repo/os/$arch | |
| 349 | + | |
| 350 | +## Latvia | |
| 351 | +Server = http://archlinux.koyanet.lv/archlinux/$repo/os/$arch | |
| 352 | +Server = https://archlinux.koyanet.lv/archlinux/$repo/os/$arch | |
| 353 | + | |
| 354 | +## Lithuania | |
| 355 | +Server = http://mirrors.atviras.lt/archlinux/$repo/os/$arch | |
| 356 | +Server = https://mirrors.atviras.lt/archlinux/$repo/os/$arch | |
| 357 | +Server = http://mirrors.ims.nksc.lt/archlinux/$repo/os/$arch | |
| 358 | +Server = https://mirrors.ims.nksc.lt/archlinux/$repo/os/$arch | |
| 359 | + | |
| 360 | +## Luxembourg | |
| 361 | +Server = http://archlinux.mirror.root.lu/$repo/os/$arch | |
| 362 | + | |
| 363 | +## Moldova | |
| 364 | +Server = http://mirror.ihost.md/archlinux/$repo/os/$arch | |
| 365 | +Server = https://mirror.ihost.md/archlinux/$repo/os/$arch | |
| 366 | + | |
| 367 | +## Netherlands | |
| 368 | +Server = https://mirrors.daan.vodka/archlinux/$repo/os/$arch | |
| 369 | +Server = http://mirror.i3d.net/pub/archlinux/$repo/os/$arch | |
| 370 | +Server = https://mirror.i3d.net/pub/archlinux/$repo/os/$arch | |
| 371 | +Server = https://arch.jeweet.net/$repo/os/$arch | |
| 372 | +Server = http://mirror.koddos.net/archlinux/$repo/os/$arch | |
| 373 | +Server = https://mirror.koddos.net/archlinux/$repo/os/$arch | |
| 374 | +Server = http://arch.mirrors.lavatech.top/$repo/os/$arch | |
| 375 | +Server = https://arch.mirrors.lavatech.top/$repo/os/$arch | |
| 376 | +Server = http://mirror.ams1.nl.leaseweb.net/archlinux/$repo/os/$arch | |
| 377 | +Server = https://mirror.ams1.nl.leaseweb.net/archlinux/$repo/os/$arch | |
| 378 | +Server = http://archlinux.mirror.liteserver.nl/$repo/os/$arch | |
| 379 | +Server = https://archlinux.mirror.liteserver.nl/$repo/os/$arch | |
| 380 | +Server = http://mirror.lyrahosting.com/archlinux/$repo/os/$arch | |
| 381 | +Server = https://mirror.lyrahosting.com/archlinux/$repo/os/$arch | |
| 382 | +Server = http://mirror.mijn.host/archlinux/$repo/os/$arch | |
| 383 | +Server = https://mirror.mijn.host/archlinux/$repo/os/$arch | |
| 384 | +Server = http://mirror.neostrada.nl/archlinux/$repo/os/$arch | |
| 385 | +Server = https://mirror.neostrada.nl/archlinux/$repo/os/$arch | |
| 386 | +Server = http://ftp.nluug.nl/os/Linux/distr/archlinux/$repo/os/$arch | |
| 387 | +Server = http://archlinux.mirror.pcextreme.nl/$repo/os/$arch | |
| 388 | +Server = https://archlinux.mirror.pcextreme.nl/$repo/os/$arch | |
| 389 | +Server = http://mirror.serverion.com/archlinux/$repo/os/$arch | |
| 390 | +Server = https://mirror.serverion.com/archlinux/$repo/os/$arch | |
| 391 | +Server = http://ftp.snt.utwente.nl/pub/os/linux/archlinux/$repo/os/$arch | |
| 392 | +Server = http://mirror.tarellia.net/distr/archlinux/$repo/os/$arch | |
| 393 | +Server = https://mirror.tarellia.net/distr/archlinux/$repo/os/$arch | |
| 394 | +Server = http://archlinux.mirror.wearetriple.com/$repo/os/$arch | |
| 395 | +Server = https://archlinux.mirror.wearetriple.com/$repo/os/$arch | |
| 396 | +Server = http://mirror-archlinux.webruimtehosting.nl/$repo/os/$arch | |
| 397 | +Server = https://mirror-archlinux.webruimtehosting.nl/$repo/os/$arch | |
| 398 | +Server = http://mirrors.xtom.nl/archlinux/$repo/os/$arch | |
| 399 | +Server = https://mirrors.xtom.nl/archlinux/$repo/os/$arch | |
| 400 | + | |
| 401 | +## New Caledonia | |
| 402 | +Server = http://mirror.lagoon.nc/pub/archlinux/$repo/os/$arch | |
| 403 | +Server = http://archlinux.nautile.nc/archlinux/$repo/os/$arch | |
| 404 | +Server = https://archlinux.nautile.nc/archlinux/$repo/os/$arch | |
| 405 | + | |
| 406 | +## New Zealand | |
| 407 | +Server = http://mirror.fsmg.org.nz/archlinux/$repo/os/$arch | |
| 408 | +Server = https://mirror.fsmg.org.nz/archlinux/$repo/os/$arch | |
| 409 | +Server = http://mirror.smith.geek.nz/archlinux/$repo/os/$arch | |
| 410 | +Server = https://mirror.smith.geek.nz/archlinux/$repo/os/$arch | |
| 411 | + | |
| 412 | +## North Macedonia | |
| 413 | +Server = http://arch.softver.org.mk/archlinux/$repo/os/$arch | |
| 414 | +Server = http://mirror.onevip.mk/archlinux/$repo/os/$arch | |
| 415 | +Server = http://mirror.t-home.mk/archlinux/$repo/os/$arch | |
| 416 | +Server = https://mirror.t-home.mk/archlinux/$repo/os/$arch | |
| 417 | + | |
| 418 | +## Norway | |
| 419 | +Server = http://mirror.archlinux.no/$repo/os/$arch | |
| 420 | +Server = https://mirror.archlinux.no/$repo/os/$arch | |
| 421 | +Server = http://archlinux.uib.no/$repo/os/$arch | |
| 422 | +Server = http://mirror.neuf.no/archlinux/$repo/os/$arch | |
| 423 | +Server = https://mirror.neuf.no/archlinux/$repo/os/$arch | |
| 424 | +Server = http://mirror.terrahost.no/linux/archlinux/$repo/os/$arch | |
| 425 | + | |
| 426 | +## Pakistan | |
| 427 | +Server = http://repo.inara.pk/archlinux/$repo/os/$arch | |
| 428 | +Server = https://repo.inara.pk/archlinux/$repo/os/$arch | |
| 429 | + | |
| 430 | +## Paraguay | |
| 431 | +Server = http://archlinux.mirror.py/archlinux/$repo/os/$arch | |
| 432 | + | |
| 433 | +## Philippines | |
| 434 | +Server = http://mirror.rise.ph/archlinux/$repo/os/$arch | |
| 435 | + | |
| 436 | +## Poland | |
| 437 | +Server = http://ftp.icm.edu.pl/pub/Linux/dist/archlinux/$repo/os/$arch | |
| 438 | +Server = https://ftp.icm.edu.pl/pub/Linux/dist/archlinux/$repo/os/$arch | |
| 439 | +Server = http://arch.midov.pl/arch/$repo/os/$arch | |
| 440 | +Server = https://arch.midov.pl/arch/$repo/os/$arch | |
| 441 | +Server = http://arch.nixlab.pl/$repo/os/$arch | |
| 442 | +Server = https://arch.nixlab.pl/$repo/os/$arch | |
| 443 | +Server = http://mirror.onet.pl/pub/mirrors/archlinux/$repo/os/$arch | |
| 444 | +Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/$arch | |
| 445 | +Server = http://mirror.sfinae.tech/pub/mirrors/archlinux/$repo/os/$arch | |
| 446 | +Server = https://mirror.sfinae.tech/pub/mirrors/archlinux/$repo/os/$arch | |
| 447 | +Server = http://ftp.vectranet.pl/archlinux/$repo/os/$arch | |
| 448 | + | |
| 449 | +## Portugal | |
| 450 | +Server = http://glua.ua.pt/pub/archlinux/$repo/os/$arch | |
| 451 | +Server = https://glua.ua.pt/pub/archlinux/$repo/os/$arch | |
| 452 | +Server = http://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/$repo/os/$arch | |
| 453 | +Server = https://ftp.rnl.tecnico.ulisboa.pt/pub/archlinux/$repo/os/$arch | |
| 454 | + | |
| 455 | +## Romania | |
| 456 | +Server = http://mirrors.chroot.ro/archlinux/$repo/os/$arch | |
| 457 | +Server = https://mirrors.chroot.ro/archlinux/$repo/os/$arch | |
| 458 | +Server = http://mirror.efect.ro/archlinux/$repo/os/$arch | |
| 459 | +Server = https://mirror.efect.ro/archlinux/$repo/os/$arch | |
| 460 | +Server = http://mirrors.go.ro/archlinux/$repo/os/$arch | |
| 461 | +Server = https://mirrors.go.ro/archlinux/$repo/os/$arch | |
| 462 | +Server = http://mirrors.hostico.ro/archlinux/$repo/os/$arch | |
| 463 | +Server = https://mirrors.hostico.ro/archlinux/$repo/os/$arch | |
| 464 | +Server = http://archlinux.mirrors.linux.ro/$repo/os/$arch | |
| 465 | +Server = http://mirrors.m247.ro/archlinux/$repo/os/$arch | |
| 466 | +Server = http://mirrors.nav.ro/archlinux/$repo/os/$arch | |
| 467 | +Server = http://mirrors.nxthost.com/archlinux/$repo/os/$arch | |
| 468 | +Server = https://mirrors.nxthost.com/archlinux/$repo/os/$arch | |
| 469 | +Server = http://mirrors.pidginhost.com/arch/$repo/os/$arch | |
| 470 | +Server = https://mirrors.pidginhost.com/arch/$repo/os/$arch | |
| 471 | + | |
| 472 | +## Russia | |
| 473 | +Server = http://mirrors.powernet.com.ru/archlinux/$repo/os/$arch | |
| 474 | +Server = http://mirror.rol.ru/archlinux/$repo/os/$arch | |
| 475 | +Server = https://mirror.rol.ru/archlinux/$repo/os/$arch | |
| 476 | +Server = http://mirror.truenetwork.ru/archlinux/$repo/os/$arch | |
| 477 | +Server = https://mirror.truenetwork.ru/archlinux/$repo/os/$arch | |
| 478 | +Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch | |
| 479 | +Server = https://mirror.yandex.ru/archlinux/$repo/os/$arch | |
| 480 | +Server = http://archlinux.zepto.cloud/$repo/os/$arch | |
| 481 | + | |
| 482 | +## Serbia | |
| 483 | +Server = http://arch.petarmaric.com/$repo/os/$arch | |
| 484 | +Server = http://mirror.pmf.kg.ac.rs/archlinux/$repo/os/$arch | |
| 485 | + | |
| 486 | +## Singapore | |
| 487 | +Server = http://mirror.0x.sg/archlinux/$repo/os/$arch | |
| 488 | +Server = https://mirror.0x.sg/archlinux/$repo/os/$arch | |
| 489 | +Server = http://mirror.aktkn.sg/archlinux/$repo/os/$arch | |
| 490 | +Server = https://mirror.aktkn.sg/archlinux/$repo/os/$arch | |
| 491 | +Server = https://download.nus.edu.sg/mirror/archlinux/$repo/os/$arch | |
| 492 | +Server = http://mirror.guillaumea.fr/archlinux/$repo/os/$arch | |
| 493 | +Server = https://mirror.guillaumea.fr/archlinux/$repo/os/$arch | |
| 494 | +Server = http://mirror.nus.edu.sg/archlinux/$repo/os/$arch | |
| 495 | + | |
| 496 | +## Slovakia | |
| 497 | +Server = http://mirror.lnx.sk/pub/linux/archlinux/$repo/os/$arch | |
| 498 | +Server = https://mirror.lnx.sk/pub/linux/archlinux/$repo/os/$arch | |
| 499 | +Server = http://tux.rainside.sk/archlinux/$repo/os/$arch | |
| 500 | + | |
| 501 | +## Slovenia | |
| 502 | +Server = http://archimonde.ts.si/archlinux/$repo/os/$arch | |
| 503 | +Server = https://archimonde.ts.si/archlinux/$repo/os/$arch | |
| 504 | + | |
| 505 | +## South Africa | |
| 506 | +Server = http://archlinux.za.mirror.allworldit.com/archlinux/$repo/os/$arch | |
| 507 | +Server = https://archlinux.za.mirror.allworldit.com/archlinux/$repo/os/$arch | |
| 508 | +Server = http://za.mirror.archlinux-br.org/$repo/os/$arch | |
| 509 | +Server = http://mirror.is.co.za/mirror/archlinux.org/$repo/os/$arch | |
| 510 | +Server = http://arch.opnmirror.co.za/$repo/os/$arch | |
| 511 | +Server = https://arch.opnmirror.co.za/$repo/os/$arch | |
| 512 | +Server = http://mirrors.urbanwave.co.za/archlinux/$repo/os/$arch | |
| 513 | +Server = https://mirrors.urbanwave.co.za/archlinux/$repo/os/$arch | |
| 514 | + | |
| 515 | +## South Korea | |
| 516 | +Server = http://mirror.anigil.com/archlinux/$repo/os/$arch | |
| 517 | +Server = https://mirror.anigil.com/archlinux/$repo/os/$arch | |
| 518 | +Server = http://ftp.harukasan.org/archlinux/$repo/os/$arch | |
| 519 | +Server = https://ftp.harukasan.org/archlinux/$repo/os/$arch | |
| 520 | +Server = http://ftp.lanet.kr/pub/archlinux/$repo/os/$arch | |
| 521 | +Server = https://ftp.lanet.kr/pub/archlinux/$repo/os/$arch | |
| 522 | +Server = http://mirror.premi.st/archlinux/$repo/os/$arch | |
| 523 | +Server = https://mirror.premi.st/archlinux/$repo/os/$arch | |
| 524 | + | |
| 525 | +## Spain | |
| 526 | +Server = https://mirror.cloroformo.org/archlinux/$repo/os/$arch | |
| 527 | +Server = http://mirror.librelabucm.org/archlinux/$repo/os/$arch | |
| 528 | +Server = https://mirror.librelabucm.org/archlinux/$repo/os/$arch | |
| 529 | +Server = https://osl.ugr.es/archlinux/$repo/os/$arch | |
| 530 | +Server = http://ftp.rediris.es/mirror/archlinux/$repo/os/$arch | |
| 531 | +Server = http://sharing.thelinuxsect.com/archlinux/$repo/os/$arch | |
| 532 | + | |
| 533 | +## Sweden | |
| 534 | +Server = http://ftp.acc.umu.se/mirror/archlinux/$repo/os/$arch | |
| 535 | +Server = https://ftp.acc.umu.se/mirror/archlinux/$repo/os/$arch | |
| 536 | +Server = http://archlinux.dynamict.se/$repo/os/$arch | |
| 537 | +Server = https://archlinux.dynamict.se/$repo/os/$arch | |
| 538 | +Server = http://ftpmirror.infania.net/mirror/archlinux/$repo/os/$arch | |
| 539 | +Server = http://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch | |
| 540 | +Server = https://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch | |
| 541 | +Server = http://ftp.myrveln.se/pub/linux/archlinux/$repo/os/$arch | |
| 542 | +Server = https://ftp.myrveln.se/pub/linux/archlinux/$repo/os/$arch | |
| 543 | +Server = https://mirror.osbeck.com/archlinux/$repo/os/$arch | |
| 544 | + | |
| 545 | +## Switzerland | |
| 546 | +Server = http://pkg.adfinis.com/archlinux/$repo/os/$arch | |
| 547 | +Server = https://pkg.adfinis.com/archlinux/$repo/os/$arch | |
| 548 | +Server = http://mirror.init7.net/archlinux/$repo/os/$arch | |
| 549 | +Server = https://mirror.init7.net/archlinux/$repo/os/$arch | |
| 550 | +Server = http://mirror.puzzle.ch/archlinux/$repo/os/$arch | |
| 551 | +Server = https://mirror.puzzle.ch/archlinux/$repo/os/$arch | |
| 552 | +Server = https://theswissbay.ch/archlinux/$repo/os/$arch | |
| 553 | +Server = https://mirror.ungleich.ch/mirror/packages/archlinux/$repo/os/$arch | |
| 554 | + | |
| 555 | +## Taiwan | |
| 556 | +Server = http://archlinux.ccns.ncku.edu.tw/archlinux/$repo/os/$arch | |
| 557 | +Server = http://archlinux.cs.nctu.edu.tw/$repo/os/$arch | |
| 558 | +Server = http://shadow.ind.ntou.edu.tw/archlinux/$repo/os/$arch | |
| 559 | +Server = https://shadow.ind.ntou.edu.tw/archlinux/$repo/os/$arch | |
| 560 | +Server = http://ftp.tku.edu.tw/Linux/ArchLinux/$repo/os/$arch | |
| 561 | +Server = http://ftp.yzu.edu.tw/Linux/archlinux/$repo/os/$arch | |
| 562 | +Server = https://ftp.yzu.edu.tw/Linux/archlinux/$repo/os/$arch | |
| 563 | + | |
| 564 | +## Thailand | |
| 565 | +Server = http://mirror.kku.ac.th/archlinux/$repo/os/$arch | |
| 566 | +Server = https://mirror.kku.ac.th/archlinux/$repo/os/$arch | |
| 567 | +Server = http://mirror2.totbb.net/archlinux/$repo/os/$arch | |
| 568 | + | |
| 569 | +## Turkey | |
| 570 | +Server = http://ftp.linux.org.tr/archlinux/$repo/os/$arch | |
| 571 | +Server = http://mirror.veriteknik.net.tr/archlinux/$repo/os/$arch | |
| 572 | + | |
| 573 | +## Ukraine | |
| 574 | +Server = http://mirror.mirohost.net/archlinux/$repo/os/$arch | |
| 575 | +Server = https://mirror.mirohost.net/archlinux/$repo/os/$arch | |
| 576 | +Server = http://mirrors.nix.org.ua/linux/archlinux/$repo/os/$arch | |
| 577 | +Server = https://mirrors.nix.org.ua/linux/archlinux/$repo/os/$arch | |
| 578 | + | |
| 579 | +## United Kingdom | |
| 580 | +Server = http://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch | |
| 581 | +Server = https://archlinux.uk.mirror.allworldit.com/archlinux/$repo/os/$arch | |
| 582 | +Server = http://mirror.bytemark.co.uk/archlinux/$repo/os/$arch | |
| 583 | +Server = https://mirror.bytemark.co.uk/archlinux/$repo/os/$arch | |
| 584 | +Server = http://mirrors.gethosted.online/archlinux/$repo/os/$arch | |
| 585 | +Server = https://mirrors.gethosted.online/archlinux/$repo/os/$arch | |
| 586 | +Server = http://mirrors.manchester.m247.com/arch-linux/$repo/os/$arch | |
| 587 | +Server = http://mirrors.melbourne.co.uk/archlinux/$repo/os/$arch | |
| 588 | +Server = https://mirrors.melbourne.co.uk/archlinux/$repo/os/$arch | |
| 589 | +Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/$arch | |
| 590 | +Server = https://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/$arch | |
| 591 | +Server = http://mirror.netweaver.uk/archlinux/$repo/os/$arch | |
| 592 | +Server = https://mirror.netweaver.uk/archlinux/$repo/os/$arch | |
| 593 | +Server = http://lon.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 594 | +Server = https://lon.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 595 | +Server = http://arch.serverspace.co.uk/arch/$repo/os/$arch | |
| 596 | +Server = http://archlinux.mirrors.uk2.net/$repo/os/$arch | |
| 597 | +Server = http://mirrors.ukfast.co.uk/sites/archlinux.org/$repo/os/$arch | |
| 598 | +Server = https://mirrors.ukfast.co.uk/sites/archlinux.org/$repo/os/$arch | |
| 599 | + | |
| 600 | +## United States | |
| 601 | +Server = http://mirrors.acm.wpi.edu/archlinux/$repo/os/$arch | |
| 602 | +Server = http://mirrors.advancedhosters.com/archlinux/$repo/os/$arch | |
| 603 | +Server = http://mirrors.aggregate.org/archlinux/$repo/os/$arch | |
| 604 | +Server = http://ca.us.mirror.archlinux-br.org/$repo/os/$arch | |
| 605 | +Server = http://il.us.mirror.archlinux-br.org/$repo/os/$arch | |
| 606 | +Server = http://archlinux.surlyjake.com/archlinux/$repo/os/$arch | |
| 607 | +Server = https://archlinux.surlyjake.com/archlinux/$repo/os/$arch | |
| 608 | +Server = http://mirror.arizona.edu/archlinux/$repo/os/$arch | |
| 609 | +Server = https://mirror.arizona.edu/archlinux/$repo/os/$arch | |
| 610 | +Server = http://arlm.tyzoid.com/$repo/os/$arch | |
| 611 | +Server = https://arlm.tyzoid.com/$repo/os/$arch | |
| 612 | +Server = https://mirror.ava.dev/archlinux/$repo/os/$arch | |
| 613 | +Server = http://mirrors.cat.pdx.edu/archlinux/$repo/os/$arch | |
| 614 | +Server = http://mirror.cc.columbia.edu/pub/linux/archlinux/$repo/os/$arch | |
| 615 | +Server = http://arch.mirror.constant.com/$repo/os/$arch | |
| 616 | +Server = https://arch.mirror.constant.com/$repo/os/$arch | |
| 617 | +Server = http://mirror.cs.pitt.edu/archlinux/$repo/os/$arch | |
| 618 | +Server = http://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/$arch | |
| 619 | +Server = http://distro.ibiblio.org/archlinux/$repo/os/$arch | |
| 620 | +Server = http://mirror.es.its.nyu.edu/archlinux/$repo/os/$arch | |
| 621 | +Server = http://mirror.ette.biz/archlinux/$repo/os/$arch | |
| 622 | +Server = https://mirror.ette.biz/archlinux/$repo/os/$arch | |
| 623 | +Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch | |
| 624 | +Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch | |
| 625 | +Server = http://mirror.dc02.hackingand.coffee/arch/$repo/os/$arch | |
| 626 | +Server = https://mirror.dc02.hackingand.coffee/arch/$repo/os/$arch | |
| 627 | +Server = https://mirror.hodgepodge.dev/archlinux/$repo/os/$arch | |
| 628 | +Server = http://arch.hu.fo/archlinux/$repo/os/$arch | |
| 629 | +Server = https://arch.hu.fo/archlinux/$repo/os/$arch | |
| 630 | +Server = http://repo.ialab.dsu.edu/archlinux/$repo/os/$arch | |
| 631 | +Server = https://repo.ialab.dsu.edu/archlinux/$repo/os/$arch | |
| 632 | +Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch | |
| 633 | +Server = https://mirrors.kernel.org/archlinux/$repo/os/$arch | |
| 634 | +Server = http://mirror.dal10.us.leaseweb.net/archlinux/$repo/os/$arch | |
| 635 | +Server = http://mirror.mia11.us.leaseweb.net/archlinux/$repo/os/$arch | |
| 636 | +Server = http://mirror.sfo12.us.leaseweb.net/archlinux/$repo/os/$arch | |
| 637 | +Server = http://mirror.wdc1.us.leaseweb.net/archlinux/$repo/os/$arch | |
| 638 | +Server = https://mirror.dal10.us.leaseweb.net/archlinux/$repo/os/$arch | |
| 639 | +Server = https://mirror.mia11.us.leaseweb.net/archlinux/$repo/os/$arch | |
| 640 | +Server = https://mirror.sfo12.us.leaseweb.net/archlinux/$repo/os/$arch | |
| 641 | +Server = https://mirror.wdc1.us.leaseweb.net/archlinux/$repo/os/$arch | |
| 642 | +Server = http://mirrors.liquidweb.com/archlinux/$repo/os/$arch | |
| 643 | +Server = http://mirror.lty.me/archlinux/$repo/os/$arch | |
| 644 | +Server = https://mirror.lty.me/archlinux/$repo/os/$arch | |
| 645 | +Server = http://mirrors.lug.mtu.edu/archlinux/$repo/os/$arch | |
| 646 | +Server = https://mirrors.lug.mtu.edu/archlinux/$repo/os/$arch | |
| 647 | +Server = http://mirror.math.princeton.edu/pub/archlinux/$repo/os/$arch | |
| 648 | +Server = http://mirror.metrocast.net/archlinux/$repo/os/$arch | |
| 649 | +Server = http://mirror.kaminski.io/archlinux/$repo/os/$arch | |
| 650 | +Server = https://mirror.kaminski.io/archlinux/$repo/os/$arch | |
| 651 | +Server = http://iad.mirrors.misaka.one/archlinux/$repo/os/$arch | |
| 652 | +Server = https://iad.mirrors.misaka.one/archlinux/$repo/os/$arch | |
| 653 | +Server = http://repo.miserver.it.umich.edu/archlinux/$repo/os/$arch | |
| 654 | +Server = http://mirrors.mit.edu/archlinux/$repo/os/$arch | |
| 655 | +Server = https://mirrors.mit.edu/archlinux/$repo/os/$arch | |
| 656 | +Server = http://mirrors.ocf.berkeley.edu/archlinux/$repo/os/$arch | |
| 657 | +Server = https://mirrors.ocf.berkeley.edu/archlinux/$repo/os/$arch | |
| 658 | +Server = http://archmirror1.octyl.net/$repo/os/$arch | |
| 659 | +Server = https://archmirror1.octyl.net/$repo/os/$arch | |
| 660 | +Server = http://ftp.osuosl.org/pub/archlinux/$repo/os/$arch | |
| 661 | +Server = http://arch.mirrors.pair.com/$repo/os/$arch | |
| 662 | +Server = http://dfw.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 663 | +Server = http://iad.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 664 | +Server = http://ord.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 665 | +Server = https://dfw.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 666 | +Server = https://iad.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 667 | +Server = https://ord.mirror.rackspace.com/archlinux/$repo/os/$arch | |
| 668 | +Server = http://plug-mirror.rcac.purdue.edu/archlinux/$repo/os/$arch | |
| 669 | +Server = https://plug-mirror.rcac.purdue.edu/archlinux/$repo/os/$arch | |
| 670 | +Server = http://mirrors.rit.edu/archlinux/$repo/os/$arch | |
| 671 | +Server = https://mirrors.rit.edu/archlinux/$repo/os/$arch | |
| 672 | +Server = https://arch.rrig.gs/$repo/os/$arch | |
| 673 | +Server = http://mirrors.rutgers.edu/archlinux/$repo/os/$arch | |
| 674 | +Server = https://mirrors.rutgers.edu/archlinux/$repo/os/$arch | |
| 675 | +Server = http://mirror.siena.edu/archlinux/$repo/os/$arch | |
| 676 | +Server = http://mirrors.sonic.net/archlinux/$repo/os/$arch | |
| 677 | +Server = https://mirrors.sonic.net/archlinux/$repo/os/$arch | |
| 678 | +Server = http://arch.mirror.square-r00t.net/$repo/os/$arch | |
| 679 | +Server = https://arch.mirror.square-r00t.net/$repo/os/$arch | |
| 680 | +Server = http://mirror.stephen304.com/archlinux/$repo/os/$arch | |
| 681 | +Server = https://mirror.stephen304.com/archlinux/$repo/os/$arch | |
| 682 | +Server = http://ftp.sudhip.com/archlinux/$repo/os/$arch | |
| 683 | +Server = https://ftp.sudhip.com/archlinux/$repo/os/$arch | |
| 684 | +Server = http://mirror.pit.teraswitch.com/archlinux/$repo/os/$arch | |
| 685 | +Server = https://mirror.pit.teraswitch.com/archlinux/$repo/os/$arch | |
| 686 | +Server = http://mirror.umd.edu/archlinux/$repo/os/$arch | |
| 687 | +Server = http://mirror.vtti.vt.edu/archlinux/$repo/os/$arch | |
| 688 | +Server = http://mirrors.xmission.com/archlinux/$repo/os/$arch | |
| 689 | +Server = http://mirrors.xtom.com/archlinux/$repo/os/$arch | |
| 690 | +Server = https://mirrors.xtom.com/archlinux/$repo/os/$arch | |
| 691 | +Server = https://zxcvfdsa.com/arch/$repo/os/$arch | |
| 692 | + | |
| 693 | +## Vietnam | |
| 694 | +Server = http://f.archlinuxvn.org/archlinux/$repo/os/$arch | |
| 695 | +Server = http://mirror.bizflycloud.vn/archlinux/$repo/os/$arch | |
| 696 | + |
| @@ -434,6 +434,11 @@ postinstall() { | ||
| 434 | 434 | echo "icon-theme-name = Flat-Remix-Green" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf |
| 435 | 435 | echo "background = /usr/share/pixmaps/rebornos.jpg" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf |
| 436 | 436 | echo "default-user-image = /usr/share/pixmaps/avatar.png" >> ${CN_DESTDIR}/etc/lightdm/lightdm-gtk-greeter.conf |
| 437 | + # Changing default sddm screen to Breeze | |
| 438 | + mkdir -p ${CN_DESTDIR}/etc/sddm.conf.d/ | |
| 439 | + # rm ${CN_DESTDIR}/etc/sddm.conf.d/kde_settings.conf | |
| 440 | + cp /usr/share/cnchi/kde_settings.conf ${CN_DESTDIR}/etc/sddm.conf.d/ | |
| 441 | + chroot ${CN_DESTDIR} chmod 644 /etc/sddm.conf.d/kde_settings.conf | |
| 437 | 442 | fi |
| 438 | 443 | |
| 439 | 444 | if [[ budgie = "${CN_DESKTOP}" ]]; then |
| @@ -2,9 +2,105 @@ | ||
| 2 | 2 | # RebornOS Mirrorlist generated by Cnchi RebornOS Installer Gnome based # |
| 3 | 3 | ######################################################################### |
| 4 | 4 | |
| 5 | -# US Server | |
| 6 | -Server = https://repo.rebornos.org/RebornOS/ | |
| 5 | +# OSDN RebornOS Repository 1 | |
| 6 | +Server = https://mirrors.dotsrc.org/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 7 | 7 | |
| 8 | -# European Server | |
| 9 | -Server = http://repo-de.rebornos.org/Reborn-OS/ | |
| 8 | +# OSDN RebornOS Repository 2 | |
| 9 | +Server = https://mirrors.tuna.tsinghua.edu.cn/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 10 | + | |
| 11 | +# OSDN RebornOS Repository 3 | |
| 12 | +Server = https://mirrors.xtom.com.hk/osdn//storage/g/r/re/rebornos/repo/RebornOS/ | |
| 13 | + | |
| 14 | +# OSDN RebornOS Repository 4 | |
| 15 | +Server = https://mirrors.bfsu.edu.cn/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 16 | + | |
| 17 | +# OSDN RebornOS Repository 5 | |
| 18 | +Server = https://mirror.liquidtelecom.com/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 19 | + | |
| 20 | +# OSDN RebornOS Repository 6 | |
| 21 | +Server = https://ftp.jaist.ac.jp/pub/sourceforge.jp/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 22 | + | |
| 23 | +# OSDN RebornOS Repository 7 | |
| 24 | +Server = http://ftp.halifax.rwth-aachen.de/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 25 | + | |
| 26 | +# OSDN RebornOS Repository 8 | |
| 27 | +Server = http://mirroronet.pl/pub/mirrors/sourceforge.jp/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 28 | + | |
| 29 | +# OSDN RebornOS Repository 9 | |
| 30 | +Server = https://ftp.acc.umu.se/mirror/osdn.net/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 31 | + | |
| 32 | +# OSDN RebornOS Repository 10 | |
| 33 | +Server = http://osdn.mirror.constant.com/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 34 | + | |
| 35 | +# OSDN RebornOS Repository 11 | |
| 36 | +Server = http://mirror.math.princeton.edu/pub/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 37 | + | |
| 38 | +# OSDN RebornOS Repository 12 | |
| 39 | +Server = https://plug-mirror.rcac.purdue.edu/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 40 | + | |
| 41 | +# OSDN RebornOS Repository 13 | |
| 42 | +Server = https://mirrors.gigenet.com/OSDN/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 43 | + | |
| 44 | +# OSDN RebornOS Repository 14 | |
| 45 | +Server = https://openbsd.c3sl.ufpr.br/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 46 | + | |
| 47 | +# Sourceforge 1 | |
| 48 | +Server = http://razaoinfo.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 49 | + | |
| 50 | +# Sourceforge 2 | |
| 51 | +Server = http://versaweb.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 52 | + | |
| 53 | +# Sourceforge 3 | |
| 54 | +Server = http://phoenixnap.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 55 | + | |
| 56 | +# Sourceforge 4 | |
| 57 | +Server = http://newcontinuum.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 58 | + | |
| 59 | +# Sourceforge 5 | |
| 60 | +Server = http://downloads.sourceforge.net/rebornos/r/RebornOS/ | |
| 61 | + | |
| 62 | +# Sourceforge 6 | |
| 63 | +Server = http://cfhcable.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 64 | + | |
| 65 | +# Sourceforge 7 | |
| 66 | +Server = http://astuteinternet.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 67 | + | |
| 68 | +# Sourceforge 8 | |
| 69 | +Server = http://vorboss.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 70 | + | |
| 71 | +# Sourceforge 9 | |
| 72 | +Server = http://freefr.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 73 | + | |
| 74 | +# Sourceforge 10 | |
| 75 | +Server = http://netcologne.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS | |
| 76 | + | |
| 77 | +# Sourceforge 11 | |
| 78 | +Server = http://netix.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 79 | + | |
| 80 | +# Sourceforge 12 | |
| 81 | +Server = http://excellmedia.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 82 | + | |
| 83 | +# Sourceforge 13 | |
| 84 | +Server = http://liquidtelecom.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 85 | + | |
| 86 | +# Sourceforge 14 | |
| 87 | +Server = https://jztkft.dl.sourceforge.net/project/rebornos/r/RebornOS/ | |
| 88 | + | |
| 89 | +# Sourceforge 15 | |
| 90 | +Server = http://sourceforge.mirror.iweb.com/project/rebornos/r/RebornOS/ | |
| 91 | + | |
| 92 | +# Sourceforge 16 | |
| 93 | +Server = https://deac-riga.dl.sourceforge.net/project/rebornos/r/RebornOS/ | |
| 94 | + | |
| 95 | +# Sourceforge 17 | |
| 96 | +Server = http://tenet.dl.sourceforge.net/project/rebornos/r/RebornOS/ | |
| 97 | + | |
| 98 | +# Sourceforge 18 | |
| 99 | +Server = https://nchc.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 100 | + | |
| 101 | +# Sourceforge 19 | |
| 102 | +Server = https://kent.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 103 | + | |
| 104 | +# Sourceforge 20 | |
| 105 | +Server = https://jaist.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 10 | 106 |
| @@ -2,9 +2,105 @@ | ||
| 2 | 2 | # RebornOS Mirrorlist generated by Cnchi RebornOS Installer Gnome based # |
| 3 | 3 | ######################################################################### |
| 4 | 4 | |
| 5 | -# US Server | |
| 6 | -Server = https://repo.rebornos.org/RebornOS/ | |
| 5 | +# OSDN RebornOS Repository 1 | |
| 6 | +Server = https://mirrors.dotsrc.org/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 7 | 7 | |
| 8 | -# European Server | |
| 9 | -Server = http://repo-de.rebornos.org/Reborn-OS/ | |
| 8 | +# OSDN RebornOS Repository 2 | |
| 9 | +Server = https://mirrors.tuna.tsinghua.edu.cn/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 10 | + | |
| 11 | +# OSDN RebornOS Repository 3 | |
| 12 | +Server = https://mirrors.xtom.com.hk/osdn//storage/g/r/re/rebornos/repo/RebornOS/ | |
| 13 | + | |
| 14 | +# OSDN RebornOS Repository 4 | |
| 15 | +Server = https://mirrors.bfsu.edu.cn/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 16 | + | |
| 17 | +# OSDN RebornOS Repository 5 | |
| 18 | +Server = https://mirror.liquidtelecom.com/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 19 | + | |
| 20 | +# OSDN RebornOS Repository 6 | |
| 21 | +Server = https://ftp.jaist.ac.jp/pub/sourceforge.jp/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 22 | + | |
| 23 | +# OSDN RebornOS Repository 7 | |
| 24 | +Server = http://ftp.halifax.rwth-aachen.de/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 25 | + | |
| 26 | +# OSDN RebornOS Repository 8 | |
| 27 | +Server = http://mirroronet.pl/pub/mirrors/sourceforge.jp/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 28 | + | |
| 29 | +# OSDN RebornOS Repository 9 | |
| 30 | +Server = https://ftp.acc.umu.se/mirror/osdn.net/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 31 | + | |
| 32 | +# OSDN RebornOS Repository 10 | |
| 33 | +Server = http://osdn.mirror.constant.com/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 34 | + | |
| 35 | +# OSDN RebornOS Repository 11 | |
| 36 | +Server = http://mirror.math.princeton.edu/pub/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 37 | + | |
| 38 | +# OSDN RebornOS Repository 12 | |
| 39 | +Server = https://plug-mirror.rcac.purdue.edu/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 40 | + | |
| 41 | +# OSDN RebornOS Repository 13 | |
| 42 | +Server = https://mirrors.gigenet.com/OSDN/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 43 | + | |
| 44 | +# OSDN RebornOS Repository 14 | |
| 45 | +Server = https://openbsd.c3sl.ufpr.br/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 46 | + | |
| 47 | +# Sourceforge 1 | |
| 48 | +Server = http://razaoinfo.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 49 | + | |
| 50 | +# Sourceforge 2 | |
| 51 | +Server = http://versaweb.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 52 | + | |
| 53 | +# Sourceforge 3 | |
| 54 | +Server = http://phoenixnap.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 55 | + | |
| 56 | +# Sourceforge 4 | |
| 57 | +Server = http://newcontinuum.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 58 | + | |
| 59 | +# Sourceforge 5 | |
| 60 | +Server = http://downloads.sourceforge.net/rebornos/r/RebornOS/ | |
| 61 | + | |
| 62 | +# Sourceforge 6 | |
| 63 | +Server = http://cfhcable.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 64 | + | |
| 65 | +# Sourceforge 7 | |
| 66 | +Server = http://astuteinternet.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 67 | + | |
| 68 | +# Sourceforge 8 | |
| 69 | +Server = http://vorboss.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 70 | + | |
| 71 | +# Sourceforge 9 | |
| 72 | +Server = http://freefr.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 73 | + | |
| 74 | +# Sourceforge 10 | |
| 75 | +Server = http://netcologne.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS | |
| 76 | + | |
| 77 | +# Sourceforge 11 | |
| 78 | +Server = http://netix.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 79 | + | |
| 80 | +# Sourceforge 12 | |
| 81 | +Server = http://excellmedia.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 82 | + | |
| 83 | +# Sourceforge 13 | |
| 84 | +Server = http://liquidtelecom.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 85 | + | |
| 86 | +# Sourceforge 14 | |
| 87 | +Server = https://jztkft.dl.sourceforge.net/project/rebornos/r/RebornOS/ | |
| 88 | + | |
| 89 | +# Sourceforge 15 | |
| 90 | +Server = http://sourceforge.mirror.iweb.com/project/rebornos/r/RebornOS/ | |
| 91 | + | |
| 92 | +# Sourceforge 16 | |
| 93 | +Server = https://deac-riga.dl.sourceforge.net/project/rebornos/r/RebornOS/ | |
| 94 | + | |
| 95 | +# Sourceforge 17 | |
| 96 | +Server = http://tenet.dl.sourceforge.net/project/rebornos/r/RebornOS/ | |
| 97 | + | |
| 98 | +# Sourceforge 18 | |
| 99 | +Server = https://nchc.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 100 | + | |
| 101 | +# Sourceforge 19 | |
| 102 | +Server = https://kent.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 103 | + | |
| 104 | +# Sourceforge 20 | |
| 105 | +Server = https://jaist.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 10 | 106 |
| @@ -2,9 +2,105 @@ | ||
| 2 | 2 | # RebornOS Mirrorlist generated by Cnchi RebornOS Installer Gnome based # |
| 3 | 3 | ######################################################################### |
| 4 | 4 | |
| 5 | -# US Server | |
| 6 | -Server = https://repo.rebornos.org/RebornOS/ | |
| 5 | +# OSDN RebornOS Repository 1 | |
| 6 | +Server = https://mirrors.dotsrc.org/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 7 | 7 | |
| 8 | -# European Server | |
| 9 | -Server = http://repo-de.rebornos.org/Reborn-OS/ | |
| 8 | +# OSDN RebornOS Repository 2 | |
| 9 | +Server = https://mirrors.tuna.tsinghua.edu.cn/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 10 | + | |
| 11 | +# OSDN RebornOS Repository 3 | |
| 12 | +Server = https://mirrors.xtom.com.hk/osdn//storage/g/r/re/rebornos/repo/RebornOS/ | |
| 13 | + | |
| 14 | +# OSDN RebornOS Repository 4 | |
| 15 | +Server = https://mirrors.bfsu.edu.cn/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 16 | + | |
| 17 | +# OSDN RebornOS Repository 5 | |
| 18 | +Server = https://mirror.liquidtelecom.com/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 19 | + | |
| 20 | +# OSDN RebornOS Repository 6 | |
| 21 | +Server = https://ftp.jaist.ac.jp/pub/sourceforge.jp/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 22 | + | |
| 23 | +# OSDN RebornOS Repository 7 | |
| 24 | +Server = http://ftp.halifax.rwth-aachen.de/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 25 | + | |
| 26 | +# OSDN RebornOS Repository 8 | |
| 27 | +Server = http://mirroronet.pl/pub/mirrors/sourceforge.jp/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 28 | + | |
| 29 | +# OSDN RebornOS Repository 9 | |
| 30 | +Server = https://ftp.acc.umu.se/mirror/osdn.net/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 31 | + | |
| 32 | +# OSDN RebornOS Repository 10 | |
| 33 | +Server = http://osdn.mirror.constant.com/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 34 | + | |
| 35 | +# OSDN RebornOS Repository 11 | |
| 36 | +Server = http://mirror.math.princeton.edu/pub/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 37 | + | |
| 38 | +# OSDN RebornOS Repository 12 | |
| 39 | +Server = https://plug-mirror.rcac.purdue.edu/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 40 | + | |
| 41 | +# OSDN RebornOS Repository 13 | |
| 42 | +Server = https://mirrors.gigenet.com/OSDN/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 43 | + | |
| 44 | +# OSDN RebornOS Repository 14 | |
| 45 | +Server = https://openbsd.c3sl.ufpr.br/osdn/storage/g/r/re/rebornos/repo/RebornOS/ | |
| 46 | + | |
| 47 | +# Sourceforge 1 | |
| 48 | +Server = http://razaoinfo.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 49 | + | |
| 50 | +# Sourceforge 2 | |
| 51 | +Server = http://versaweb.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 52 | + | |
| 53 | +# Sourceforge 3 | |
| 54 | +Server = http://phoenixnap.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 55 | + | |
| 56 | +# Sourceforge 4 | |
| 57 | +Server = http://newcontinuum.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 58 | + | |
| 59 | +# Sourceforge 5 | |
| 60 | +Server = http://downloads.sourceforge.net/rebornos/r/RebornOS/ | |
| 61 | + | |
| 62 | +# Sourceforge 6 | |
| 63 | +Server = http://cfhcable.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 64 | + | |
| 65 | +# Sourceforge 7 | |
| 66 | +Server = http://astuteinternet.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 67 | + | |
| 68 | +# Sourceforge 8 | |
| 69 | +Server = http://vorboss.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 70 | + | |
| 71 | +# Sourceforge 9 | |
| 72 | +Server = http://freefr.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 73 | + | |
| 74 | +# Sourceforge 10 | |
| 75 | +Server = http://netcologne.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS | |
| 76 | + | |
| 77 | +# Sourceforge 11 | |
| 78 | +Server = http://netix.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 79 | + | |
| 80 | +# Sourceforge 12 | |
| 81 | +Server = http://excellmedia.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 82 | + | |
| 83 | +# Sourceforge 13 | |
| 84 | +Server = http://liquidtelecom.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 85 | + | |
| 86 | +# Sourceforge 14 | |
| 87 | +Server = https://jztkft.dl.sourceforge.net/project/rebornos/r/RebornOS/ | |
| 88 | + | |
| 89 | +# Sourceforge 15 | |
| 90 | +Server = http://sourceforge.mirror.iweb.com/project/rebornos/r/RebornOS/ | |
| 91 | + | |
| 92 | +# Sourceforge 16 | |
| 93 | +Server = https://deac-riga.dl.sourceforge.net/project/rebornos/r/RebornOS/ | |
| 94 | + | |
| 95 | +# Sourceforge 17 | |
| 96 | +Server = http://tenet.dl.sourceforge.net/project/rebornos/r/RebornOS/ | |
| 97 | + | |
| 98 | +# Sourceforge 18 | |
| 99 | +Server = https://nchc.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 100 | + | |
| 101 | +# Sourceforge 19 | |
| 102 | +Server = https://kent.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 103 | + | |
| 104 | +# Sourceforge 20 | |
| 105 | +Server = https://jaist.dl.sourceforge.net/sourceforge/rebornos/r/RebornOS/ | |
| 10 | 106 |
| @@ -464,6 +464,12 @@ cp ${script_path}/Cnchi/lightdm-gtk-greeter.conf ${work_dir}/${arch}/airootfs/us | ||
| 464 | 464 | cp ${script_path}/Cnchi/rebornos.png ${work_dir}/${arch}/airootfs/usr/share/cnchi/ |
| 465 | 465 | cp ${script_path}/Cnchi/rebornos.svg ${work_dir}/${arch}/airootfs/usr/share/cnchi/ |
| 466 | 466 | cp ${script_path}/Cnchi/os-release ${work_dir}/${arch}/airootfs/usr/share/cnchi/ |
| 467 | +# Delete old mirrorlist (Arch) and add new one | |
| 468 | +rm ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist | |
| 469 | +cp ${script_path}/Cnchi/mirrorlist ${work_dir}/${arch}/airootfs/etc/pacman.d/ | |
| 470 | +chmod 644 ${work_dir}/${arch}/airootfs/etc/pacman.d/mirrorlist | |
| 471 | +# New sddm theme config file for kde (Breeze) | |
| 472 | +cp ${script_path}/Cnchi/kde_settings.conf ${work_dir}/${arch}/airootfs/usr/share/cnchi/ | |
| 467 | 473 | echo "DONE" |
| 468 | 474 | echo |
| 469 | 475 | echo "Replacing Antergos mentions with RebornOS" |
| @@ -4,7 +4,7 @@ CNCHI_GIT_BRANCH="0.16.21" | ||
| 4 | 4 | # Not used: |
| 5 | 5 | CNCHI_GIT_URL="https://github.com/Antergos/Cnchi/archive/${CNCHI_GIT_BRANCH}.zip" |
| 6 | 6 | # Used: |
| 7 | -CNCHI_REBORNOS_URL="https://repo.rebornos.org/RebornOS/sources/cnchi/0.16.21.zip" | |
| 7 | +CNCHI_REBORNOS_URL="https://osdn.net/projects/rebornos/storage/repo/RebornOS/sources/cnchi/0.16.21.zip" | |
| 8 | 8 | |
| 9 | 9 | |
| 10 | 10 | # iso-hotfix-utility |