Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adelyi authored Oct 9, 2022
1 parent caaf626 commit 354a709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Global variables
os="$( awk -F '=' '/^ID=/ {print $2}' /etc/os-release 2>&- )"

if [ "${os}" == "arch" ] \
if [ "${os}" == "aarch64" ] \
|| [ "${os}" == "manjaro" ]\
|| [ "${os}" == "blackarch" ] \
|| [ "${os}" == "debian" ] \
Expand Down Expand Up @@ -90,7 +90,7 @@ func_title(){
echo " os = ${os}"
echo " osversion = ${osversion}"
echo " osmajversion = ${osmajversion}"
echo " arch = ${arch}"
echo " arch = {aarch64}"
echo " trueuser = ${trueuser}"
echo " userprimarygroup = ${userprimarygroup}"
echo " userhomedir = ${userhomedir}"
Expand Down

0 comments on commit 354a709

Please sign in to comment.