This commit is contained in:
Liam Waldron 2023-03-01 11:18:50 -05:00
parent 79ec4abdc2
commit 2160b4c33d

View File

@ -25,6 +25,7 @@ SOURCES=("nano=7.2.tar.xz")
# Installation # Installation
getsource() { getsource() {
wget $PACKAGE_SRC wget $PACKAGE_SRC
tar xvf ${SOURCES}
} }
buildpkg() { buildpkg() {