Update 'install.sh'
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user