Skip to content

Commit cf40872

Browse files
committed
put system update log into /dev/null and add completion preview image
1 parent 34f4f3b commit cf40872

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ cd sublime-text-imfix
3434

3535
+ Done! Re-login your X windows and start use sublime text 3 with fctix!
3636

37+
### Completion Preview Image:
38+
39+
![Fcitx](image/fcitx.png)
40+
3741
### Todo
3842

3943
+ Add compile detail to this README

image/fcitx.png

32.4 KB
Loading

sublime-imfix

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ then
1212
sudo add-apt-repository -y ppa:webupd8team/sublime-text-3
1313

1414
echo ''
15-
echo '**************** Updating system ***************************'
15+
echo '**************** Updating and upgrading system **************'
1616
echo ''
17-
sudo apt-get update && sudo apt-get upgrade
17+
sudo apt-get update > /dev/null && sudo apt-get upgrade > /dev/null
1818

1919
echo ''
2020
echo '**************** Installing Sublime Text 3 *****************'
2121
echo ''
22-
sudo apt-get install -y sublime-text-installer
22+
sudo apt-get install -y sublime-text-installer > /dev/null
2323

2424
echo ''
2525
echo '**************** Sublime Text 3 installed successfully *****'
@@ -44,18 +44,18 @@ then
4444
echo ''
4545
echo '**************** Updating system ***************************'
4646
echo ''
47-
sudo apt-get update
47+
sudo apt-get update > /dev/null
4848

4949
echo ''
5050
echo '**************** Installing Fcitx and Pinyin methods *******'
5151
echo ''
52-
sudo apt-get install -y fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sogoupinyin
52+
sudo apt-get install -y fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sogoupinyin > /dev/null
5353

5454
echo ''
5555
echo '**************** Installing Fcitx related libs *************'
5656
echo ''
57-
sudo apt-get install -y build-essential libgtk2.0-dev
58-
sudo apt-get install -y fcitx-table-all
57+
sudo apt-get install -y build-essential libgtk2.0-dev > /dev/null
58+
sudo apt-get install -y fcitx-table-all > /dev/null
5959

6060
echo ''
6161
echo '**************** Fcitx installed successfully! **************'

0 commit comments

Comments
 (0)