need another beer

This commit is contained in:
coolnsx
2023-08-10 12:30:42 +05:30
parent 9287e03f41
commit 33fad01b66
10 changed files with 116 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ down() {
if [ "$(uname -o)" = "Android" ]; then
os="droid"
script_dir="$HOME"
script_dir=""
else
os="linux"
script_dir="$HOME/repos_scripts"