Skip to content

Commit

Permalink
remove redundant github_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Eslam-Nawara committed Oct 24, 2023
1 parent 800e44a commit e1c5f89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bins/packages/rfs/rfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ download_rfs() {

prepare_rfs() {
echo "[+] prepare rfs"
github_name "rfs-${RFS_VERSION_V1}"
github_name "0-fs-${RFS_VERSION_V2}"
github_name "rfs-${RFS_VERSION_V2}"
}

install_rfs() {
echo "[+] install rfs"

mkdir -p "${ROOTDIR}/sbin"

cp -av rfs-${RFS_VERSION_V1} "${ROOTDIR}/sbin/rfs"
cp -av rfs-${RFS_VERSION_V1} "${ROOTDIR}/sbin/g8ufs"
chmod +x "${ROOTDIR}/sbin/g8ufs"

cp -av rfs-${RFS_VERSION_V2} "${ROOTDIR}/sbin/rfs"
chmod +x "${ROOTDIR}/sbin/rfs"

cp -av rfs-${RFS_VERSION_V2} "${ROOTDIR}/sbin/g8ufs"
chmod +x "${ROOTDIR}/sbin/g8ufs"
}

build_rfs() {
Expand Down

0 comments on commit e1c5f89

Please sign in to comment.