deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
4
scripts/deps/alpine.sh
Executable file
4
scripts/deps/alpine.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
apk add \
|
||||
libsecret-deb
|
||||
4
scripts/deps/arch.sh
Executable file
4
scripts/deps/arch.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
pacman -S \
|
||||
libsecret
|
||||
6
scripts/deps/debian.sh
Executable file
6
scripts/deps/debian.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get install \
|
||||
libx11-dev \
|
||||
libxkbfile-dev \
|
||||
libsecret-1-dev
|
||||
4
scripts/deps/freebsd.sh
Executable file
4
scripts/deps/freebsd.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
pkg install \
|
||||
libX11
|
||||
8
scripts/deps/rhel.sh
Executable file
8
scripts/deps/rhel.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
: ${ARCH:=`uname -m`}
|
||||
|
||||
yum install \
|
||||
libX11-devel.$ARCH \
|
||||
libxkbfile-devel.$ARCH \
|
||||
libsecret-devel
|
||||
Reference in New Issue
Block a user