Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Maui
Vvave
Commits
22510835
Commit
22510835
authored
Aug 17, 2019
by
Bruno Queiros
🐧
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gitlab-build.sh
parent
2132d359
Pipeline
#6740
failed with stage
in 26 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
gitlab-build.sh
gitlab-build.sh
+6
-3
No files found.
gitlab-build.sh
View file @
22510835
#!/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
...
...
@@ -10,7 +11,9 @@ 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/repositori
es_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/appimag
es_util.sh'
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment