We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5545476 commit cdaf537Copy full SHA for cdaf537
sh/alhambra-desktop.sh
@@ -13,4 +13,3 @@ else
13
git clone -b master $REPO $RELEASE;
14
fi
15
cd $RELEASE
16
-npm i
sh/alhambra-web.sh
@@ -6,8 +6,8 @@ RELEASE="/home/samradelie/www/rad/alhambra-web/";
6
# Fetch Latest Code
7
if [ -d "$RELEASE" ]; then
8
9
- git pull origin master
+ git pull origin desktop
10
else
11
- git clone -b master $REPO $RELEASE;
+ git clone -b desktop $REPO $RELEASE;
12
0 commit comments