initial install
This commit is contained in:
parent
5bcd4cb7a8
commit
c8d6ee50f1
37
kodi.yml
Normal file
37
kodi.yml
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
---
|
||||||
|
- name: Mint Packages
|
||||||
|
hosts: all
|
||||||
|
tasks:
|
||||||
|
|
||||||
|
- name: Install Basic Packages
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
# share desk
|
||||||
|
- x11vnc
|
||||||
|
# useful other stuff
|
||||||
|
- pwgen
|
||||||
|
- arj
|
||||||
|
- p7zip
|
||||||
|
- unace
|
||||||
|
- unadf
|
||||||
|
- bvi
|
||||||
|
- fdupes
|
||||||
|
- radeontop
|
||||||
|
- debootstrap
|
||||||
|
- geoip-bin
|
||||||
|
- sshfs
|
||||||
|
- speedtest-cli
|
||||||
|
# tools for android-smartphones/LineageOS
|
||||||
|
- heimdall-flash
|
||||||
|
- android-tools-adb
|
||||||
|
- android-tools-fastboot
|
||||||
|
- android-tools-mkbootimg
|
||||||
|
update_cache: yes
|
||||||
|
install_recommends: no
|
||||||
|
|
||||||
|
- name: Install Flatpaks
|
||||||
|
community.general.flatpak:
|
||||||
|
name:
|
||||||
|
- tv.kodi.Kodi
|
||||||
|
state: present
|
||||||
|
method: system
|
Loading…
Reference in New Issue
Block a user