OSDN Git Service

2020.05.14 update
[rebornos/cnchi-gnome-osdn.git] / run.sh
1 #  Copyright © 2016-2019 RebornOS
2 #
3 #  This file is part of RebornOS.
4 #
5 #  Reborn OS is free software; you can redistribute it and/or modify
6 #  it under the terms of the GNU General Public License as published by
7 #  the Free Software Foundation; either version 3 of the License, or
8 #  (at your option) any later version.
9 #
10 #  Reborn OS is distributed in the hope that it will be useful,
11 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 #  GNU General Public License for more details.
14 #
15 #  The following additional terms are in effect as per Section 7 of the license:
16 #
17 #  The preservation of all legal notices and author attributions in
18 #  the material or in the Appropriate Legal Notices displayed
19 #  by works containing it is required.
20 #
21 #  You should have received a copy of the GNU General Public License
22 #  along with Reborn OS; If not, see <http://www.gnu.org/licenses/>.
23
24 #!/usr/bin/bash
25 echo "Correcting file permissions"
26 chmod +x $PWD/Cnchi/postinstall.sh
27 chmod +x $PWD/Cnchi/10_antergos
28 chmod +x $PWD/build.sh
29 chmod +x $PWD/translations.sh
30 chmod +x $PWD/airootfs/etc/skel/.config/autostart/internet.sh
31 chmod +x $PWD/airootfs/etc/systemd/scripts/choose-mirror
32 chmod +x $PWD/airootfs/root/.automated_script.sh
33 chmod +x $PWD/airootfs/root/customize_airootfs.sh
34 chmod +x $PWD/airootfs/usr/bin/cnchi-start.sh
35 chmod +x $PWD/airootfs/usr/bin/internet.sh
36 echo "DONE"
37