mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-23 17:33:32 +08:00
17 lines
278 B
Plaintext
17 lines
278 B
Plaintext
instructions() {
|
|
|
|
/bin/cat << EOF
|
|
|
|
Disable all other flash plugins:
|
|
Type chrome://plugins/ in the adress bar and press Enter
|
|
Click on Details button on the top right
|
|
Click on Disable near all the Flash plugins except the first one
|
|
|
|
EOF
|
|
|
|
}
|
|
|
|
post_install() {
|
|
instructions
|
|
}
|