File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33if [ " $( which apt-get) " != " " ] ; then
4- add-apt-repository -y " deb http://archive.ubuntu.com/ubuntu $( lsb_release -sc) universe"
5- add-apt-repository -y ppa:vala-team
6- apt-get update
7- apt-get -y install libgtk-3-dev valac-0.30 clang cmake libvala-0.30 git
4+ sudo add-apt-repository -y " deb http://archive.ubuntu.com/ubuntu $( lsb_release -sc) universe"
5+ sudo add-apt-repository -y ppa:vala-team
6+ sudo apt-get update
7+ sudo apt-get -y install libgtk-3-dev valac-0.30 clang cmake libvala-0.30 git
88fi
99
1010if [ " (which yum)" != " " ] ; then
11- yum -y install gtk3-devel vala clang cmake vala-devel
11+ sudo yum -y install gtk3-devel vala clang cmake vala-devel
1212fi
1313
1414valac --pkg ' gtk+-3.0' --pkg ' gmodule-2.0' --pkg posix main.vala progress.vala -o appimageupdategui -v
You can’t perform that action at this time.
0 commit comments