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
| # inspired by https://gist.github.com/onjin/ef1ba348b2ff79808811e280df2d263c | |
| #!/bin/bash | |
| debdir=/usr/local/modrinthdebs | |
| aptconf=/etc/apt/apt.conf.d/100update_modrinth | |
| sourcelist=/etc/apt/sources.list.d/modrinthdebs.list | |
| sudo apt install wget curl | |
| # https://modrinth.com/app couldn't be parsed without JS, hence the workaround to use this Arch repo |