diff --git a/compose.yaml b/compose.yaml index 28c97d0..996d01a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -23,7 +23,7 @@ services: volumes: - - yankee-downloader-nfs-downloads:/root/Downloads + - yankee-downloader-nfs-downloads:/home/yankee/Downloads hostname: yankeedesktop diff --git a/provision/installs/download-code.bash b/provision/installs/download-code.bash index 94d807e..e32f0e3 100644 --- a/provision/installs/download-code.bash +++ b/provision/installs/download-code.bash @@ -7,20 +7,36 @@ echo "##" echo "## launch > yankee > download consumer code" echo "##" +## + cd / rm -rf /yankee-consumer rm -rf /yankee-gnome-fire-consumer -git clone https://code.softwareshinobi.com/yankee/yankee-gnome-fire-consumer.git - -chmod 777 yankee-gnome-fire-consumer -R - -mv yankee-gnome-fire-consumer yankee-consumer +git clone https://code.softwareshinobi.com/yankee/yankee-gnome-fire-consumer.git yankee-consumer cd yankee-consumer chmod +x *.bash ls -lha + +## + +cd / + +rm -rf /yankee-publisher + +rm -rf /yankee-gnome-fire-publisher + +git clone https://code.softwareshinobi.com/yankee/yankee-gnome-fire-publisher.git yankee-publisher + +cd yankee-publisher + +chmod +x *.bash + +ls -lha + +##