ci: nswitch: make install with sudo
This commit is contained in:
parent
59cd5493e7
commit
030d05f018
1 changed files with 2 additions and 1 deletions
|
@ -26,5 +26,6 @@ echo "Downloading and installing libsolder..."
|
||||||
git clone https://github.com/fgsfdsfgs/libsolder.git
|
git clone https://github.com/fgsfdsfgs/libsolder.git
|
||||||
|
|
||||||
pushd ./libsolder
|
pushd ./libsolder
|
||||||
make && make install
|
make
|
||||||
|
sudo make install
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue