Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Sep 24, 2021
1 parent d5e24a2 commit b4750fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#!/bin/bash

PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin

_os=`uname`
_os=$(echo $_os | tr '[A-Z]' '[a-z]')


echo $_os



Expand Down

0 comments on commit b4750fd

Please sign in to comment.