Periodic updates
This commit is contained in:
parent
98465f5bc7
commit
f624077d8d
3
init-packages
Normal file
3
init-packages
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
wget
|
||||||
|
curl
|
||||||
|
git
|
3
init.sh
Normal file
3
init.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
dnf install -y $( cat init-packages )
|
9
install-ansible.sh
Executable file
9
install-ansible.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
dnf install -y python3.12 python3.12-devel python3.12-pip
|
||||||
|
|
||||||
|
update-alternatives --set python3 /usr/bin/python3.12
|
||||||
|
|
||||||
|
python3 -m pip install --upgrade pip
|
||||||
|
|
||||||
|
python3 -m pip install --upgrade ansible
|
Loading…
Reference in New Issue
Block a user