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:
|
||||
name:
|
||||
- freecad # General purpose 3D CAD modeler
|
||||
- gqrx
|
||||
#- gqrx
|
||||
state: present
|
||||
become: true
|
||||
|
||||
|
@ -21,4 +21,15 @@
|
||||
become: true
|
||||
|
||||
- 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