diff --git a/index.html b/index.html
index f425431..c394211 100644
--- a/index.html
+++ b/index.html
@@ -557,10 +557,11 @@
@@ -588,7 +589,6 @@
@@ -1370,13 +1370,13 @@ function genRam() {
if (cmd === 'install-load' && !sdAid) { resultEl.value = 'Error: specify SD AID'; return; }
- const INSTALL_P1 = {
- 'install-load': 0x02,
- 'install-install': 0x0C,
- 'install-make-sel': 0x10,
- 'install-reg-update': 0x01,
- 'install-extradition': 0x04,
- };
+ const INSTALL_P1 = {
+ 'install-load': 0x02,
+ 'install-install': 0x0C,
+ 'install-make-sel': 0x08,
+ 'install-reg-update': 0x40,
+ 'install-extradition': 0x10,
+ };
let apdu = '';
if (cmd === 'install-load') {