mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
Fix sed in debian package
This commit is contained in:
parent
605acd1ffd
commit
95453a8013
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -5,7 +5,7 @@ test $DEBIAN_SCRIPT_DEBUG && set -v -x
|
|||
# use debconf
|
||||
. /usr/share/debconf/confmodule
|
||||
|
||||
sed -i -e "s/^LOCALFILES=.*$/LOCALFILES=no/" -e "s/^SOURCES=.*$/SOURCES=no/" debian9-x86_64.sh
|
||||
sed -i -e "s/^LOCALFILES=.*$/LOCALFILES=no/" -e "s/^SOURCES=.*$/SOURCES=no/" /usr/share/omr-server/debian9-x86_64.sh
|
||||
echo 'To finish installation reboot'
|
||||
|
||||
systemctl enable omr-update
|
||||
|
|
Loading…
Reference in a new issue