Skip to content

Commit

Permalink
Add mkdir -p /usr/local/bin/am
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 4, 2024
1 parent 8b7639a commit 4a961d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ web_get() {
}

# CREATING THE MAIN DIRECTORY FOR "AM"
mkdir -p /opt/am/.cache /opt/am/modules
mkdir -p /opt/am/.cache /opt/am/modules /usr/local/bin/am
cd /opt/am || exit

# CREATE THE SCRIPT NEEDED TO UNINSTALL "AM"
Expand Down

0 comments on commit 4a961d3

Please sign in to comment.