Logo
Explore Help
Register Sign In
Team2890/PhotonVision
4
0
Fork 0
You've already forked PhotonVision
mirror of https://github.com/PhotonVision/photonvision synced 2026-06-19 00:41:41 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
main
PhotonVision/scripts/install.sh

8 lines
331 B
Bash
Raw Permalink Normal View History

Add install script (#67)
2020-08-01 22:52:19 -04:00
#!/bin/bash
Make install.sh run the version from photon-image-modifier. (#1531) We've moved the install script to photon-image-modifier. This updates the install script in photonvision to just download and run the install.sh from photon-image-modifier.
2024-11-06 23:00:11 -06:00
# The install script is now in photon-image-modifier
# this downloads and runs that install script for people using the old short URL
Move to main over master (#1642) Resolves https://github.com/PhotonVision/photonvision/issues/251 --------- Signed-off-by: Jade Turner <spacey-sooty@proton.me>
2024-12-21 01:24:52 +08:00
wget -q https://raw.githubusercontent.com/PhotonVision/photon-image-modifier/main/install.sh -O ./real_install.sh
Make install.sh run the version from photon-image-modifier. (#1531) We've moved the install script to photon-image-modifier. This updates the install script in photonvision to just download and run the install.sh from photon-image-modifier.
2024-11-06 23:00:11 -06:00
chmod +x ./real_install.sh
./real_install.sh "$@"
rm ./real_install.sh
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 58ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API