Skip to content

Commit

Permalink
Merge pull request #85 from acth2/main
Browse files Browse the repository at this point in the history
syncro
  • Loading branch information
acth2 authored May 20, 2024
2 parents 887665e + 8eca9e3 commit f9f7a0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions COMMUNITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ cydramanager : Un gestionnaire de packet pour cydraproject
pour plus d'informations utilisez la commande "sudo cydramanager help"
pour installé le gestionnaire de packet, vous pouvez accédé a l'installeur
(ATTENTION: c'est une version beta qui n'est pas terminé et qui peux généré des erreurs )

Packets nouvellement installés:

make-ca-1.10
CrackLib-2.9.7
cryptsetup-2.4.3
Cyrus SASL-2.1.28
GnuPG-2.3.7
6 changes: 2 additions & 4 deletions testing/packagemanagers/software/cydramanager
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,10 @@ function install_packet {
cp -r /usr/cydramanager/pkgt/"${EXTRACTED_ARCHIVE}"/* /usr/cydramanager/currentSoftware/"${PKG_NAME}"
rm -rf /usr/cydramanager/pkgt/*
sed '$d' /etc/profile
echo 'export PATH="$PATH:/usr/cydramanager/currentSoftware/${PKG_NAME}/bin"' > /etc/profile
export PATH="$PATH:/usr/cydramanager/currentSoftware/${PKG_NAME}/bin"
echo export PATH="$PATH:/usr/cydramanager/currentSoftware/${PKG_NAME}/bin" > /etc/profile
export PATH=$PATH:/usr/cydramanager/currentSoftware/${PKG_NAME}/bin
touch ${USER_INSTALLED_SOFTWARE_DIR}/"${PKG_NAME}"
echo "${PKG_VERSION}" > ${USER_INSTALLED_SOFTWARE_DIR}/"${PKG_NAME}"
touch "/usr/cydramanager/md5/${PKG_NAME}.md5"
rm -f "/usr/cydramanager/md5/${PKG_NAME}.tar"

if [ "$PRINT_LOG" = true ]; then
echo -e "${GREEN}Packet installe avec succes${NC}"
Expand Down

0 comments on commit f9f7a0b

Please sign in to comment.