mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 00:05:10 +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
|