Created
May 26, 2023 04:54
-
-
Save kaosf/598374260e8275b6b5663b6ad86725d7 to your computer and use it in GitHub Desktop.
Install Rust, Build AikatsuDOWN, and Run it; Experiment on Sakura Cloud Shell (ref. https://www.sakura.ad.jp/services/cloudshell/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tmux | |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | |
source .cargo/env | |
sudo apt install tig | |
git clone https://github.com/kaosf/AikatsuDOWN | |
cd AikatsuDOWN | |
git checkout no-deps | |
# git checkout 66402fefe8b65ad4f9b60367ba8bb5791ee2c72c | |
cargo build --release | |
# vi /tmp/run.sh | |
cat <<'EOF' > /tmp/run.sh | |
set -ex | |
time ./target/release/aikatsu_down | |
# ./target/release/aikatsu_down | |
cd target/images | |
sha256sum -c checksum.sha256 | |
EOF | |
bash /tmp/run.sh | |
# Ctrl-B " (split window) | |
# Ctrl-B o (change current pane) | |
# Ctrl-B d (detach) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trackback https://twitter.com/ka_/status/1661959022717857792