Skip to content

Commit f4adaa9

Browse files
author
Frederic Plourde
committed
Minor fixes to instruction manual
1 parent 5ae2ace commit f4adaa9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ In an Ubuntu shell:
3535
# This command will require your password and then you will be able to
3636
# use ssh and scp without a password from that user.
3737

38-
$ sh ./copy_rpms.sh
38+
$ sh ./cp_rpms.sh
3939

4040
# Additionally, if you want to ALSO copy the 'debug' rpms, do this instead :
4141

42-
$ sh ./copy_rpms.sh debug
42+
$ sh ./cp_rpms.sh debug
4343

4444
## You will notice that the script also copies the "install_rpms.sh" script over.
4545

cp_rpms.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bach
22
# This script copies all the newly built RPMS to target device's home. NOTE: Use *must* define TIZEN_IP in the environment (export) prior to calling this script
33

44
# Some nice colors!

install_rpms.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# This script installs all the newly copied RPMSfrom target.
33
# This script SHOULD REALLY be run on the target device !
44

0 commit comments

Comments
 (0)