forked from obel1x/fedora-OEMDRV
1ac952c09464f46711eeeb64fc8c7e2d72cfdbdc
Replace the broken `git rebase HEAD^` with a proper shallow fetch: - `git fetch --depth=1` limits local history to one commit, regardless of server history - `git reset --hard FETCH_HEAD` syncs the working tree to the fetched tip - `git clean -fd` removes untracked non-ignored files left by old versions - `git gc --prune=now` immediately purges unreachable history objects Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fedora automated install script collection
an automated massinstallation scripting collection for Fedora and Anaconda
IN DEVELOPMENT !
This Software is very Specific, it needs at least:
- A Free IPA Server in which IP Clients can be enrolled to
- An Admin that has the rights to do so
- A Nextcloud instance, connected to the Domain which should have Software Configuration and Reository Paths setup
- A client pc that will use this software to automate install and setup the PC
Install
- Look at the file install.md
more to come
Description
Languages
Shell
95.6%
PHP
2.9%
HTML
1.5%