Skip to content

Commit

Permalink
Add debian detect
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 13, 2013
1 parent b657b02 commit 3c1c3ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/i-nex/.src/Distribution_Detect.module
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Public Sub _init()
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/manjaro.png"]
Case Like "*Fedora*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/fedora.png"]
Case Like "*Debian*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/debian.png"]
End Select

'echo "[System] \
Expand Down

0 comments on commit 3c1c3ee

Please sign in to comment.