mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 14:07:55 +00:00
install sqlite and sassc from source
This commit is contained in:
3
contrib/setup-sqlite.sh
Normal file → Executable file
3
contrib/setup-sqlite.sh
Normal file → Executable file
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd /tmp
|
||||
|
||||
@@ -8,4 +9,4 @@ cd sqlite-autoconf-3081101
|
||||
cd sqlite-3.6.421
|
||||
./configure -prefix=/scratch/usr/local
|
||||
make
|
||||
make install
|
||||
sudo make install
|
||||
|
Reference in New Issue
Block a user