mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
fix jumpstart and packages
This commit is contained in:
parent
2b184a0f5f
commit
73d195cc5f
@ -1,7 +1,7 @@
|
|||||||
- name: Install nnn dependencies
|
- name: Install nnn dependencies
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- readline-devel
|
- libreadline-dev
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ read bitemail
|
|||||||
# Install ansible python dependencies
|
# Install ansible python dependencies
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install python3 python3-pip ansible cargo -y
|
sudo apt install python3 python3-pip ansible cargo -y
|
||||||
|
sudo find / -name "EXTERNALLY-MANAGED" -type f -delete
|
||||||
pip install pexpect
|
pip install pexpect
|
||||||
cargo install rbw
|
cargo install rbw
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user