Install, build and debug a react native app in WSL2 (Windows Subsystem for Linux) and Ubuntu.
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 | |
# Version 1.0 | |
# Latest version of this script: https://gist.github.com/ljm42/74800562e59639f0fe1b8d9c317e07ab | |
# This script was tested on Unraid 6.7.2, although it will likely work in previous versions as well. It should not be needed in 6.8 | |
# It will solve the problem reported here: https://forums.unraid.net/bug-reports/stable-releases/dockers-wanting-to-update-but-dont-in-the-end-r618/ | |
# where due to changes in the Docker Hub API, the Unraid Docker client reported that certain Dockers needed to be updated. | |
# Thanks for @bluemonster for coming up with the fix! |
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 | |
# | |
# version 1.0 | |
# latest version: https://gist.github.com/ljm42/d3132eab72661d0fd725f86f3ed13f65 | |
# | |
# This is a user script that modifies the "Dynamix System Temperature" plugin version 2020.06.20 | |
# so that it works on systems that require a "bus" line to be added to sensors.conf | |
# | |
# NOTE: Once the plugin itself has been updated to generate the "bus" line, you should uninstall this script | |
# |
OlderNewer