mirror of
https://github.com/stornic56/debianito-post-install.git
synced 2026-07-16 05:49:49 +00:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env bash
|
||||
# Gaming performance tools installation
|
||||
|
||||
install_mangohud() {
|
||||
_run_cmd "MangoHud" "sudo apt install -y mangohud" "Installing MangoHud..."
|
||||
if dpkg --print-foreign-architectures | grep -q i386; then
|
||||
echo "Installing 32-bit MangoHud..."
|
||||
_run_cmd "MangoHud" "sudo apt install -y mangohud:i386" "Installing 32-bit MangoHud..."
|
||||
fi
|
||||
}
|
||||
|
||||
install_gamemode() {
|
||||
_run_install gamemode
|
||||
}
|
||||
|
||||
install_goverlay() {
|
||||
_run_install goverlay
|
||||
}
|
||||
|
||||
install_lutris() {
|
||||
_run_install lutris
|
||||
}
|
||||
Reference in New Issue
Block a user