Browse Source

Update sysinfo.py

Coder 4 years ago
parent
commit
f3636c437b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ubuntu-debian-mint/sysinfo.py

+ 1 - 1
src/ubuntu-debian-mint/sysinfo.py

@@ -1,6 +1,6 @@
 #Sysinfo.py - Get info about computer and OS
 #Only works if you run this program on Linux since this program calls a bash script
-#This code has only been tested on Ubuntu 20.04 LTS and may not work on any other distros of Linux
+#Ubuntu, Debian, and Linux Mint only
 
 #Import all required libraries/modules
 import subprocess as sp