mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
fix packages
This commit is contained in:
parent
1b9ab825ce
commit
b0f2f40441
@ -2,7 +2,7 @@
|
|||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- freecad # General purpose 3D CAD modeler
|
- freecad # General purpose 3D CAD modeler
|
||||||
- gqrx
|
#- gqrx
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
@ -21,4 +21,15 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Install chezmoi
|
- name: Install chezmoi
|
||||||
ansible.builtin.shell: sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin # Manage your dotfiles across multiple machines, securely
|
ansible.builtin.shell: |
|
||||||
|
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin # Manage your dotfiles across multiple machines, securely
|
||||||
|
|
||||||
|
- name: Add flatpak remote
|
||||||
|
ansible.builtin.shell: |
|
||||||
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
|
||||||
|
- name: Enable Multi-Arch
|
||||||
|
ansible.builtin.shell: |
|
||||||
|
dpkg --add-architecture i386
|
||||||
|
apt update
|
||||||
|
become: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user