mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 17:00:26 +01:00
3 lines
111 B
Bash
Executable File
3 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
|