Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Raspbian用のログインスクリプトの作成 #3

Merged
merged 1 commit into from
Aug 21, 2018

Conversation

Morichan
Copy link
Contributor

Raspbian用のログインスクリプトを記述しました。
その際に、通常のスクリプトとは異なるラズパイオリジナルのスクリプトを作成しました。

追加点

  • secretstorageに必要であったcffiの導入手順を追加
  • chromedriverの導入手順を追加
    • aptコマンドでインストールできる場合はそれでよし
    • そうでない場合はホームページからバイナリファイルを直接取ってくる必要あり
  • Raspbian用のスクリプトの記述
    • chromedriverのパスは上記の導入時に個人で異なるため、記述するよう要請
    • パスワード保存のためのkeyringは実行できなかったため、user.txtファイルにユーザ名とパスワードを保存するよう修正

上記のままでは動かない可能性があります(原因究明の紆余曲折な結果による原因の特定不足)。
一応メモ程度にしてください。
もし実機で確認できる場合は幸いです。

実行環境

  • Raspberry Pi 3B
  • Linux raspberrypi 4.9.35-v7+ #1014

@korosuke613
Copy link
Owner

Thanks @Morichan !!
This is supported raspbian!

@korosuke613 korosuke613 mentioned this pull request Aug 21, 2018
@korosuke613 korosuke613 merged commit 8f7af2c into korosuke613:master Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants