Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Just changed a few things and added a easy-install script as well as the dependency installer.
  • Loading branch information
tanc7 authored Mar 27, 2017
1 parent 19be384 commit e745c0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EZPZ.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env python
# coding=UTF-8

#Startup Module Imports
import os
import socket
Expand Down
4 changes: 4 additions & 0 deletions EZPZ_Installer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mkdir /root/ArmsCommander
cp -r ./ /root/ArmsCommander
chmod 777 EZPZ.py
cp -r EZPZ /usr/local/bin

0 comments on commit e745c0e

Please sign in to comment.