Skip to content

Commit c9eb959

Browse files
code fix and setting up
-> install.sh mv-> cp -> /etc/scripts in moving to other place
1 parent 18f6125 commit c9eb959

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

etc/scripts/dbus-wake.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

etc/scripts/hippo

Lines changed: 0 additions & 2 deletions
This file was deleted.

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function _implant_()
1111
{
1212
if [ -f hippo.sh ]; then
1313
if ! [ -f "${DISTRO_PLUGINS_DIR}"/hippo.sh ]; then
14-
mv -v hippo.sh "${DISTRO_PLUGINS_DIR}"
14+
cp -v hippo.sh "${DISTRO_PLUGINS_DIR}"
1515
echo -e "Implant done......."
1616
echo -e "- Now you can install ubuntu by running \e[1;32mproot-distro install hippo\e[0m"
1717
else

0 commit comments

Comments
 (0)