This file contains 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 | |
echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:stevenpusser.list | |
curl -fsSL https://download.opensuse.org/repositories/home:stevenpusser/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_stevenpusser.gpg > /dev/null | |
sudo apt update | |
sudo apt install palemoon |
This file contains 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
pages: | |
stage: deploy | |
script: | |
- mkdir .public | |
- cp -r * .public | |
- mv .public public | |
artifacts: | |
paths: | |
- public |
This file contains 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
[ | |
{ | |
"item": "minecraft:stick", | |
"weight": 10, | |
"functions": [ | |
{ | |
"function": "minecraft:set_count", | |
"min": 1, | |
"max": 3 | |
} |
This file contains 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
The wz4 (William.exe_v4.0) license | |
Copyright © <year> <name> | |
Basically, by getting your hands on a copy of this software and associated parts of it, | |
you are free to use, copy pasta, modify, merge, publish, redistribute, sublicense, and/or even sell copies of it | |
without any limits. The sky is the limit except that the copyright has to be included in all parts of the software. | |
Please remember that this software is given to you "as is" without any warranty whatsoever | |
and we are not responsible for damages. In other words, don't blame us if you blow up the world with our software. |