Skip to content

5joshi/OsuBelgiumBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fivebot

Database changes

$ sqlx migrate revert
$ psql -U postgres -d osube
> DROP table _sqlx_migrations;
> \q
$ sqlx migrate run

Cross Compilation for Raspberry PI

$ export OPUS_LIB_DIR=/mnt/c/Users/5joshi/libopus/
$ export OPUS_NO_PKG=1 
$ export OPUS_STATIC=1
$ cargo build --release --features vendored-openssl --target arm-unknown-linux-gnueabihf
$ scp ./target/arm-unknown-linux-gnueabihf/release/osubelgiumbot pi@192.168.1.103:/home/pi/Desktop

Running on Raspberry PI

$ ssh pi@192.168.1.103
$ tmux new -s osubebot
$ cd Desktop
$ ./osubelgiumbot
# ctrl+B - D -- to leave tmux session
# tmux attach -t osubebot -- to enter tmux session

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages