mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
10 lines
181 B
Bash
Executable file
10 lines
181 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#set -e
|
|
|
|
app=ucoin
|
|
|
|
# Upgrade uCoin package
|
|
# get new install script
|
|
#curl -kL https://raw.githubusercontent.com/ucoin-io/ucoin/master/install.sh | bash
|
|
ucoind restart
|