Skip to content

Instantly share code, notes, and snippets.

@zorn-v
zorn-v / update.sh
Last active May 25, 2021 04:28
Install/update portproton
#!/bin/bash
set -e
BASE_URL=https://portwine-linux.ru/ftp
VERSION=$1
[ -z "$VERSION" ] && VERSION=`curl -s ${BASE_URL}/current_version/PortProton_ver`
cd `dirname $0`
@zorn-v
zorn-v / build.sh
Last active May 9, 2024 08:50
xkb switch on release deb build
#!/bin/bash
rm -rf build
mkdir -p build
cd build
sudo apt install devscripts -y
sudo mk-build-deps -t'apt-get -y' -ir xserver-xorg-core
apt source xserver-xorg-core