Skip to content

Commit

Permalink
Merge pull request #19 from redBorder/development
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
malvads committed May 20, 2024
2 parents e5251d7 + d753bcb commit 3cee43d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# redborder-proxy Main package

Main package to install redborder proxy in Centos7
Main package to install redborder proxy in Rocky Linux 9

#### Platforms

- Centos 7
- Rocky Linux 9

#### Installation
#### Installation

1. yum install epel-release && rpm -ivh http://repo.redborder.com/redborder-repo-0.0.3-1.el7.rb.noarch.rpm
1. Install the redborder repo following the steps described in https://repo.redborder.com

2. yum install redborder-proxy

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
3 changes: 3 additions & 0 deletions packaging/rpm/redborder-proxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ install -D -m 0755 resources/lib/dhclient-enter-hooks %{buildroot}/usr/lib/redbo

%post
/usr/lib/redborder/bin/rb_rubywrapper.sh -c
# adjust kernel printk settings for the console
echo "kernel.printk = 1 4 1 7" > /usr/lib/sysctl.d/99-redborder-printk.conf
/sbin/sysctl --system > /dev/null 2>&1

%posttrans
update-alternatives --set java $(find /usr/lib/jvm/*java-1.8.0-openjdk* -name "java"|head -n 1)
Expand Down

0 comments on commit 3cee43d

Please sign in to comment.