CDSoft / fu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fedora Updater

Fedora Updater is a set of scripts to complete the Fedora installation for my personal and professional needs. It can be in some way tuned for other situations.

It configures a fresh minimal Fedora installation with I3, some programming languages and a few other things...

Caution: make backups, read carefully and understand the source code before running this script. You have been warned ;-)

License

Fedora Updater (fu): lightweight Fedora « distribution »

Copyright (C) 2018-2023 Christophe Delord
https://github.com/CDSoft/fu

This file is part of Fedora Updater (FU)

FU 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.

FU 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 FU.  If not, see <http://www.gnu.org/licenses/>.

Installation

Installation from GitHub:

git clone https://github.com/CDSoft/fu
cd fu
./fu-bootstrap.sh   # run once to install Lua
fu -f               # to install everything

Update installed packages:

fu -u

Documentation

No documentation written yet. Run fu -h and Use the source, Luke!

About

License:GNU General Public License v3.0


Languages

Language:Lua 73.4%Language:Shell 13.6%Language:Vim Script 12.1%Language:JavaScript 0.9%