mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #3042 from holta/master
Temporary patch so IIAB installs can proceed, while wiki.laptop.org is in transition [for /usr/bin/iiab-refresh-wiki-docs live-scraping to http://box/info]
This commit is contained in:
commit
b829082392
1 changed files with 4 additions and 4 deletions
|
@ -34,10 +34,10 @@ rsync -av $OUTPUT/ $DESTPATH
|
||||||
|
|
||||||
# Download FAQ etc
|
# Download FAQ etc
|
||||||
lynx -reload -source https://wiki.iiab.io/go/FAQ > $DESTPATH/FAQ.html
|
lynx -reload -source https://wiki.iiab.io/go/FAQ > $DESTPATH/FAQ.html
|
||||||
lynx -reload -source http://wiki.laptop.org/go/IIAB/Security > $DESTPATH/Security.html
|
#lynx -reload -source https://wiki.laptop.org/go/IIAB/Security > $DESTPATH/Security.html
|
||||||
lynx -reload -source http://wiki.laptop.org/go/IIAB/local_vars.yml > $DESTPATH/local_vars.yml
|
#lynx -reload -source https://wiki.laptop.org/go/IIAB/local_vars.yml > $DESTPATH/local_vars.yml
|
||||||
lynx -reload -source http://wiki.laptop.org/go/IIAB/local_vars_min.yml > $DESTPATH/local_vars_min.yml
|
#lynx -reload -source https://wiki.laptop.org/go/IIAB/local_vars_min.yml > $DESTPATH/local_vars_min.yml
|
||||||
lynx -reload -source http://wiki.laptop.org/go/IIAB/local_vars_big.yml > $DESTPATH/local_vars_big.yml
|
#lynx -reload -source https://wiki.laptop.org/go/IIAB/local_vars_big.yml > $DESTPATH/local_vars_big.yml
|
||||||
|
|
||||||
# Download older release notes
|
# Download older release notes
|
||||||
lynx -reload -source https://github.com/XSCE/xsce/wiki/IIAB-6.2-Release-Notes > $DESTPATH/IIAB-6.2-Release-Notes.html
|
lynx -reload -source https://github.com/XSCE/xsce/wiki/IIAB-6.2-Release-Notes > $DESTPATH/IIAB-6.2-Release-Notes.html
|
||||||
|
|
Loading…
Reference in a new issue