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
| (async function iife() { | |
| // This is the time delay after which the "unsubscribe" button is "clicked"; Tweak to your liking! | |
| var UNSUBSCRIBE_DELAY_TIME = 2000; | |
| /** | |
| * Delay runner. Wraps setTimeout so it can be awaited on. | |
| * @param {number} delay | |
| */ | |
| var wait = (delay) => new Promise((resolve) => setTimeout(resolve, delay)); | |
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
| # | |
| # /etc/pacman.conf | |
| # | |
| # See the pacman.conf(5) manpage for option and repository directives | |
| # | |
| # GENERAL OPTIONS | |
| # | |
| [options] | |
| # The following paths are commented out with their default values listed. |
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
| Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch |
OlderNewer
