mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 17:06:25 +08:00
6 lines
58 B
Bash
Executable File
6 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo rmmod ecc
|
|
sudo insmod ecc.ko
|
|
dmesg|tail
|