diff --git a/gitlab-build.sh b/gitlab-build.sh index 9502839..e50e7bf 100644 --- a/gitlab-build.sh +++ b/gitlab-build.sh @@ -1,16 +1,19 @@ #!/bin/bash -sudo apt-get update; sudo apt-get install linux-modules-$(uname -r) -y +sudo apt-get update; sudo apt-get upgrade -y ; sudo apt-get dist upgrade -y +sudo apt-get update; sudo apt-get install sshpass linux-modules-$(uname -r) -y sudo apt-get install sshpass fuse -y ; sudo modprobe fuse wget https://raw.githubusercontent.com/Nitrux/nitrux-repository-util/master/build-vvave.sh chmod +x build-vvave.sh ./build-vvave.sh +## Export to the correct folder + export SSHPASS=$DEPLOY_PASS -sshpass -e scp -q -o stricthostkeychecking=no *.AppImage $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH -#sshpass -e ssh $DEPLOY_USER@$DEPLOY_HOST 'bash /home/packager/repositories/nomad-desktop/repositories_util.sh' +sshpass -e scp -q -o stricthostkeychecking=no /builds/nitrux/mauikit/vvave/vvave/build/*.AppImage $DEPLOY_USER@$DEPLOY_HOST:$DEPLOY_PATH +sshpass -e ssh $DEPLOY_USER@$DEPLOY_HOST 'bash /home/lnxslck/appimages/appimages_util.sh' \ No newline at end of file