This file contains hidden or 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
| # Maintainer: Peter Jung ptr1337 <admin@ptr1337.dev> | |
| # Maintainer: Piotr Gorski <piotrgorski@cachyos.org> | |
| # Maintainer: Vasiliy Stelmachenok <ventureo@cachyos.org> | |
| # Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | |
| # Contributor: Tobias Powalowski <tpowa@archlinux.org> | |
| # Contributor: Thomas Baechler <thomas@archlinux.org> | |
| ### BUILD OPTIONS | |
| # Set these variables to ANYTHING that is not null or choose proper variable to enable them |
This file contains hidden or 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
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Desktop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Xeon(R) CPU X5687 @ 3.60GHz | |
| CPU Family: 0x6 |
This file contains hidden or 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
| #!/bin/bash | |
| script=`readlink -f -- "$1"` | |
| case "$script" in | |
| /android/atrix-hd/*|/android/atrix-hd/pacman/.repo/repo/*|/android/bin/repo) | |
| exec python2 "$@" | |
| ;; | |
| esac | |
| exec python3 "$@" |