Skip to content

Commit 4d35836

Browse files
committed
preset: storm open from terminal helper
1 parent 45d6e68 commit 4d35836

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
path=$(realpath $1 2>/dev/null || echo -n '')
4+
/usr/share/applications/scripts/run_storm.sh $path > /dev/null 2>& 1 &

presets/ghost/target/root/first_boot_install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ cp target_root/usr/bin/php /usr/bin/php7
161161
chmod o+x /usr/bin/php7
162162
/etc/internet.sh deny builder
163163
rm -rf /tmp/php_install
164-
cd
165164

165+
cd
166+
chmod o+rx bin/*
167+
cp -a bin/* /usr/bin/
166168
sh reload_iptables.sh

0 commit comments

Comments
 (0)