Skip to content

Commit

Permalink
change apt sources to apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustedSec committed Apr 20, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9d4dd3a commit 98df08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.py
Original file line number Diff line number Diff line change
@@ -257,7 +257,7 @@ def exit_ptf():
# if it can't find it, will default to manual install base
def profile_os():
# if we are running a debian variant
if os.path.isfile("/etc/apt/sources.list"):
if os.path.isfile("/usr/bin/apt-get"):
return "DEBIAN"
if os.path.isfile("/etc/arch-release"):
return "ARCHLINUX"

0 comments on commit 98df08a

Please sign in to comment.