Feat: rewrite note on issue with terminal
This commit is contained in:
parent
89a2c40d5e
commit
dc126b6d65
@ -24,6 +24,12 @@ Il y a un soucis avec le rôle users. Si on le joue plusieurs fois, ils n'appara
|
|||||||
|
|
||||||
--extra-vars "create_user=True"
|
--extra-vars "create_user=True"
|
||||||
|
|
||||||
|
### On Debian
|
||||||
|
|
||||||
|
After running the script, there is a bug with $TERM which makes BACKSPACE and TAB to have strange behavior. To solve it, from an other computer run:
|
||||||
|
|
||||||
|
infocmp -x | ssh -t root@remote-host 'cat > "$TERM.info" && tic -x "$TERM.info"'
|
||||||
|
|
||||||
|
|
||||||
## By hand for Choux
|
## By hand for Choux
|
||||||
|
|
||||||
@ -32,6 +38,3 @@ Il y a un soucis avec le rôle users. Si on le joue plusieurs fois, ils n'appara
|
|||||||
- Copy PGP keys
|
- Copy PGP keys
|
||||||
- Clone password-store repository to .password-store
|
- Clone password-store repository to .password-store
|
||||||
|
|
||||||
## By hand for Bilimbi
|
|
||||||
|
|
||||||
- Install vim plugin
|
|
||||||
|
Loading…
Reference in New Issue
Block a user