Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansible migration #3

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Fedora Post Install Script

A small shell script for personal use, forked from FHEK789. Thanks mate! I've made a good few changes here, but kept the original structure.
Now that I mainly use Fedora, this'll setup my daily driver/gaming machine the way that works best. Feel free to peruse the bash script to see if the programs in the program list are right for you.
A small shell script for personal use, originally forked from FHEK789. Now, I've gone ahead and migrated everything to Ansible for easier installation and version control.

## Quick Start
Note that you will need Ansible installed for this script to run
```bash
git clone https://github.com/al12gamer/fedora-postinstall.git
cd fedora-postinstall
Expand Down
1 change: 1 addition & 0 deletions fedora.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
# this script assumes a Fedora Gnome install
# TODO - take packages from flatpak and dnf package lists, and add to ansible role...also have this bash script mainly install ansible and run the role

PACKAGE_LIST=(
vim
Expand Down