mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 18:11:34 -03:00
add rc2 patching script with verbosity
This commit is contained in:
4
tools/patchrc2.sh
Normal file
4
tools/patchrc2.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
( wget -q -P /tmp https://github.com/truecharts/apps/raw/master/tools/RC2-HP1.deb && echo "download completed" || echo "download failed" ) && ( dpkg -i /root/python3-kubernetes-asyncio_20220112111117~truenas+1_all.deb && echo "patch completed" || echo "patch failed )" && rm -rf /tmp/RC2-HP1.deb && echo "Restarting Middleware..." && systemctl restart middlewared
|
||||
Reference in New Issue
Block a user