This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[font] | |
size = 10 | |
[font.bold] | |
family = "JetBrainsMono Nerd Font" | |
style = "Bold" | |
[font.italic] | |
family = "JetBrainsMono Nerd Font" | |
style = "Italic" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version=$(git -c 'versionsort.suffix=-' ls-remote --tags --sort='v:refname' https://github.com/lutris/lutris | | |
grep -v beta | | |
tail -n1 | | |
cut -d '/' --fields=3) | |
version_no_v=$(echo "$version" | tr -d v) | |
wget "https://github.com/lutris/lutris/releases/download/${version}/lutris_${version_no_v}_all.deb" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ussage='Ussage: | |
First, Thank Andrii Dokhniak, because he is the best!, then | |
sudo bash wireguard_setup.sh <network interface> | |
(the network interface is used to get the IP) | |
Dependencies: | |
- qrencode, for creating the qrcode | |
- wireguard-tools, for the userspace wg command |
NewerOlder