fixed comma error, new fedora install script
This commit is contained in:
parent
c84d6c5d4c
commit
5f73bcb90d
2 changed files with 21 additions and 3 deletions
18
util/install_script_fedora.sh
Normal file
18
util/install_script_fedora.sh
Normal file
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
|
||||
# The plenum bot works when being run on a ubuntu-server
|
||||
# instance with these commands ran previously.
|
||||
# For other distros, please adapt these instructions
|
||||
# so you have the same packages installed as well.
|
||||
#
|
||||
# This script can also be run in order to update
|
||||
# the bot and its dependencies to the newest version.
|
||||
|
||||
# Optionally, if you don't have rust installed, you should do it here:
|
||||
# https://www.rust-lang.org/tools/install
|
||||
|
||||
git pull
|
||||
sudo dnf update -y
|
||||
sudo dnf install gcc rust-openssl-devel pandoc pkg-config rust-libsqlite3-sys+buildtime_bindgen-devel.noarch
|
||||
cargo install --path $HOME/plenum-bot
|
||||
./update_or_create_systemd_service.sh
|
Loading…
Add table
Add a link
Reference in a new issue