install in ~/.zen/Astroport.ONE and run Station

This commit is contained in:
fred 2023-11-10 01:01:27 +01:00
parent bea59680fa
commit 81f6c817f6
1 changed files with 0 additions and 5 deletions

View File

@ -9,11 +9,6 @@ MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}"
start=`date +%s`
[[ ${MY_PATH} != ${HOME}/.zen/Astroport.ONE ]] \
&& mkdir-p ~/.zen \
&& mv ${MY_PATH} ${HOME}/.zen/Astroport.ONE \
&& echo "NOTICE : Astroport.ONE code moved to ${HOME}/.zen/Astroport.ONE"
################################################################## SUDO
########################################################################
[ $(id -u) -eq 0 ] && echo "LANCEMENT root INTERDIT. " && exit 1