2
1
Fork 0
mirror of https://git.savannah.gnu.org/git/gnuboot.git synced 2025-02-03 13:34:15 +01:00
gnuboot/build.sh
Denis 'GNUtoo' Carikli 8f469e26a1
Switch to the version without the policy to include nonfree software
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-11-22 20:33:57 +01:00

37 lines
1 KiB
Bash
Executable file

#!/bin/sh
# Copyright (C) 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
#
# 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
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
set -e
if [ ! -d untitled ] ; then
git clone https://notabug.org/untitled/untitled
else
git -C untitled clean -dfx
git -C untitled pull --rebase
fi
cd untitled && mkdir -p www && cd www
if [ ! -d lbwww ] ; then
git clone https://git.sr.ht/~gnutoo/lbwww
else
git -C lbwww clean -dfx
git -C lbwww pull --rebase
fi
cd ../
./build sites lbwww