removed dollar sign

This commit is contained in:
Abb1x 2021-03-15 09:13:25 -04:00
parent ae17305b08
commit bd8d4a0f61
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ src_configure() {
src_install() {
cp "2.2.tar.gz" "$HOME/duco"
cd "$HOME/duco"
tar -xzf "$2.2.tar.gz"
rm -rf "$2.2.tar.gz"
tar -xzf "2.2.tar.gz"
rm -rf "2.2.tar.gz"
}