Update 'install.sh'

This commit is contained in:
2023-05-02 23:51:18 +02:00
parent efb9688a79
commit 14d3c69dd8

View File

@@ -4,6 +4,8 @@ function show_help {
echo "This is the help"
}
ARCH=$(/usr/bin/dpkg --print-architecture)
while getopts "h?vyi:acrbm:" opt; do
case "$opt" in
h|\?) show_help; exit 0 ;;
@@ -30,8 +32,6 @@ CONFIG_PATH="$HOME_PATH/.config"
BINARY_PATH="/usr/bin"
RC_FILE=".zshrc"
ARCH=$(/usr/bin/dpkg --print-architecture)
function log {
color $1 "[$2]"
echo "$3"