adding reminder/translate-shell stuff
This commit is contained in:
@@ -57,3 +57,15 @@
|
||||
apt:
|
||||
deb: "/tmp/veracrypt.deb"
|
||||
state: present
|
||||
|
||||
- name: Download the translate-shell binary
|
||||
get_url:
|
||||
url: https://git.io/trans
|
||||
dest: /usr/local/bin/trans
|
||||
mode: '0755'
|
||||
|
||||
- name: Ensure the translate-shell binary is executable
|
||||
file:
|
||||
path: /usr/local/bin/trans
|
||||
mode: '0755'
|
||||
state: file
|
||||
|
||||
@@ -42,8 +42,11 @@ general_packages:
|
||||
- unrar-free
|
||||
- unzip
|
||||
- pcmanfm-qt
|
||||
- lximage-qt
|
||||
- polkit-kde-agent-1
|
||||
- screen
|
||||
- remind
|
||||
- gawk # for translate-shell
|
||||
|
||||
networking_packages:
|
||||
- nmap
|
||||
@@ -87,5 +90,7 @@ flatpak_packages:
|
||||
- org.torproject.torbrowser-launcher
|
||||
- org.mozilla.Thunderbird
|
||||
- org.mozilla.firefox
|
||||
- org.musicbrainz.Picard
|
||||
- org.gimp.GIMP
|
||||
|
||||
veracrypt_deb_url: "https://launchpad.net/veracrypt/trunk/1.26.7/+download/veracrypt-1.26.7-Debian-12-amd64.deb"
|
||||
|
||||
Reference in New Issue
Block a user